Class IndexKeysDefinition<TDocument>
Base class for an index keys definition.
public abstract class IndexKeysDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      IndexKeysDefinition<TDocument>
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Methods
- Render(RenderArgs<TDocument>)
 Renders the index keys definition to a BsonDocument.
Operators
- implicit operator IndexKeysDefinition<TDocument>(BsonDocument)
 Performs an implicit conversion from BsonDocument to IndexKeysDefinition<TDocument>.
- implicit operator IndexKeysDefinition<TDocument>(string)
 Performs an implicit conversion from string to IndexKeysDefinition<TDocument>.