ExpressionFieldDefinitionTDocument, TField Class |
Inheritance Hierarchy
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntaxpublic sealed class ExpressionFieldDefinition<TDocument, TField> : FieldDefinition<TDocument, TField>
Public NotInheritable Class ExpressionFieldDefinition(Of TDocument, TField)
Inherits FieldDefinition(Of TDocument, TField)
[<SealedAttribute>]
type ExpressionFieldDefinition<'TDocument, 'TField> =
class
inherit FieldDefinition<'TDocument, 'TField>
end
Type Parameters
- TDocument
- The type of the document.
- TField
- The type of the field.
The ExpressionFieldDefinitionTDocument, TField type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Render(IBsonSerializerTDocument, IBsonSerializerRegistry) | (Inherited from FieldDefinitionTDocument, TField.) |
 | Render(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider) | (Overrides FieldDefinitionTDocument, TFieldRender(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider).) |
 | Render(IBsonSerializerTDocument, IBsonSerializerRegistry, Boolean) | (Inherited from FieldDefinitionTDocument, TField.) |
 | Render(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider, Boolean) | (Overrides FieldDefinitionTDocument, TFieldRender(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider, Boolean).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Extension Methods
See Also