IndexKeysDefinitionBuilderTDocumentAscending Method (FieldDefinitionTDocument) |
Creates an ascending index key definition.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public IndexKeysDefinition<TDocument> Ascending(
FieldDefinition<TDocument> field
)
Public Function Ascending (
field As FieldDefinition(Of TDocument)
) As IndexKeysDefinition(Of TDocument)
member Ascending :
field : FieldDefinition<'TDocument> -> IndexKeysDefinition<'TDocument>
Parameters
- field
- Type: MongoDB.DriverFieldDefinitionTDocument
The field.
Return Value
Type:
IndexKeysDefinitionTDocumentAn ascending index key definition.
See Also