Click or drag to resize

BsonDocumentIndexKeysDefinitionTDocument Methods

The BsonDocumentIndexKeysDefinitionTDocument generic type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodAscendingTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with an ascending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodAscendingTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with an ascending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodDescendingTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a descending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodDescendingTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a descending index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a 2d index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a 2d index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DSphereTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a 2dsphere index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeo2DSphereTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a 2dsphere index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeoHaystackTDocument(ExpressionFuncTDocument, Object, ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a geo haystack index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodGeoHaystackTDocument(FieldDefinitionTDocument, FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a geo haystack index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodHashedTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a hashed index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodHashedTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a hashed index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodTextTDocument(ExpressionFuncTDocument, Object)Overloaded.
Combines an existing index keys definition with a text index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodTextTDocument(FieldDefinitionTDocument)Overloaded.
Combines an existing index keys definition with a text index key definition.
(Defined by IndexKeysDefinitionExtensions.)
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also