Class FieldDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Base class for field names.
public abstract class FieldDefinition<TDocument>
Type Parameters
TDocument
The type of the document.
Inheritance
FieldDefinition
Derived
Inherited Members
object.ReferenceEquals(object, object)
Methods
Renders the field to a RenderedFieldDefinition.
Operators
implicit operator FieldDefinition(string)
Performs an implicit conversion from string to FieldDefinition.