Class IndexKeysDefinition<TDocument>
Base class for an index keys definition.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
IndexKeysDefinition<TDocument>
- Derived
- Inherited Members
- Extension Methods
Methods
- Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry)
Renders the index keys definition to a Bson
Document .
- Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)
Renders the index keys definition to a Bson
Document .
Operators
- implicit operator IndexKeysDefinition<TDocument>(BsonDocument)
Performs an implicit conversion from Bson
Document to IndexKeysDefinition<TDocument>.
- implicit operator IndexKeysDefinition<TDocument>(string)
Performs an implicit conversion from string to IndexKeysDefinition<TDocument>.