StringFieldDefinitionTDocument, TField Class |
Inheritance Hierarchy
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax public sealed class StringFieldDefinition<TDocument, TField> : FieldDefinition<TDocument, TField>
Public NotInheritable Class StringFieldDefinition(Of TDocument, TField)
Inherits FieldDefinition(Of TDocument, TField)
[<SealedAttribute>]
type StringFieldDefinition<'TDocument, 'TField> =
class
inherit FieldDefinition<'TDocument, 'TField>
end
Type Parameters
- TDocument
- The type of the document.
- TField
- The type of the field.
The StringFieldDefinitionTDocument, TField type exposes the following members.
Constructors 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, Boolean) | (Inherited from FieldDefinitionTDocument, TField.) |
| Render(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider) | (Overrides FieldDefinitionTDocument, TFieldRender(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider).) |
| Render(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider, Boolean) | (Overrides FieldDefinitionTDocument, TFieldRender(IBsonSerializerTDocument, IBsonSerializerRegistry, LinqProvider, Boolean).) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopExtension Methods See Also