Click or drag to resize
IndexKeysDefinitionBuilderTDocumentDescending Method (FieldDefinitionTDocument)
Creates a descending index key definition.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public IndexKeysDefinition<TDocument> Descending(
	FieldDefinition<TDocument> field
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument
The field.

Return Value

Type: IndexKeysDefinitionTDocument
A descending index key definition.
See Also