Class FieldDefinition

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Base class for field names.

public abstract class FieldDefinition<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance

object

FieldDefinition

Derived

ExpressionFieldDefinition

StringFieldDefinition

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Methods

Render(RenderArgs)

Renders the field to a RenderedFieldDefinition.

Operators

implicit operator FieldDefinition(string)

Performs an implicit conversion from string to FieldDefinition.