Method Ascending
Ascending(FieldDefinition<TDocument>)
Creates an ascending index key definition.
Parameters
field
FieldDefinition <TDocument>The field.
Returns
- Index
Keys <TDocument>Definition An ascending index key definition.
Ascending(Expression<Func<TDocument, object>>)
Creates an ascending index key definition.
Parameters
field
Expression<Func<TDocument, object>>The field.
Returns
- Index
Keys <TDocument>Definition An ascending index key definition.