Click or drag to resize

SortByTDocument Class

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

Namespace:  MongoDB.Driver.Builders
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static class SortBy<TDocument>

Type Parameters

TDocument
The type of the document.

The SortByTDocument type exposes the following members.

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