| SortDefinitionExtensions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver
 Syntax
SyntaxThe SortDefinitionExtensions type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also