Class ObjectSortDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
public sealed class ObjectSortDefinition<TDocument> : SortDefinition<TDocument>
Type Parameters
TDocument
The type of the document.
Inheritance
ObjectSortDefinition
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the ObjectSortDefinition class.
Properties
Gets the object.
Methods
Renders the sort to a BsonDocument.