Click or drag to resize

SortBy Class

A builder for specifying a sort order.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.BuildersSortBy

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

The SortBy type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNull
Gets a null value with a type of IMongoSortBy.
Top
Methods
  NameDescription
Public methodStatic memberAscending
Adds keys to be sorted by in ascending order.
Public methodStatic memberDescending
Adds keys to be sorted by in descending order.
Public methodStatic memberMetaTextScore
Adds a key to sort by the computed relevance score when using text search. The name of the key should be the name of the projected relevance score field.
Top
See Also