Click or drag to resize
IndexKeysDefinitionBuilder<TDocument>.Ascending Method (FieldDefinition<TDocument>)
Creates an ascending index key definition.

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

Parameters

field
Type: MongoDB.Driver.FieldDefinition<TDocument>
The field.

Return Value

Type: IndexKeysDefinition<TDocument>
An ascending index key definition.
See Also