FieldDefinition(TDocument, TField) Class (original) (raw)
FieldDefinitionTDocument, TField Class
Base class for field names.
Inheritance Hierarchy
Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public abstract class FieldDefinition<TDocument, TField>
Public MustInherit Class FieldDefinition(Of TDocument, TField)
[] type FieldDefinition<'TDocument, 'TField> = class end
Type Parameters
TDocument
The type of the document.
TField
The type of the field.
The FieldDefinitionTDocument, TField type exposes the following members.
Constructors
Methods
Operators
Extension Methods
See Also