SortDefinitionExtensions Class |
Namespace: MongoDB.Driver
The SortDefinitionExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AscendingTDocument(SortDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing sort with an ascending field.
|
![]() ![]() | AscendingTDocument(SortDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing sort with an ascending field.
|
![]() ![]() | DescendingTDocument(SortDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing sort with an descending field.
|
![]() ![]() | DescendingTDocument(SortDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing sort with an descending field.
|
![]() ![]() | MetaTextScoreTDocument |
Combines an existing sort with a descending sort on the computed relevance score of a text search.
The field name should be the name of the projected relevance score field.
|