Click or drag to resize

SortDefinitionExtensions Class

Extension methods for SortDefinition.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverSortDefinitionExtensions

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public static class SortDefinitionExtensions

The SortDefinitionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAscendingTDocument(SortDefinitionTDocument, FieldDefinitionTDocument)
Combines an existing sort with an ascending field.
Public methodStatic memberAscendingTDocument(SortDefinitionTDocument, ExpressionFuncTDocument, Object)
Combines an existing sort with an ascending field.
Public methodStatic memberDescendingTDocument(SortDefinitionTDocument, FieldDefinitionTDocument)
Combines an existing sort with an descending field.
Public methodStatic memberDescendingTDocument(SortDefinitionTDocument, ExpressionFuncTDocument, Object)
Combines an existing sort with an descending field.
Public methodStatic memberMetaTextScoreTDocument
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.
Top
See Also