FindOneAndDeleteOptions(TDocument, TProjection).Sort Property (original) (raw)
MongoDB .NET Driver API Documentation
FindOneAndDeleteOptionsTDocument, TProjectionSort Property
Gets or sets the sort.
Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public SortDefinition Sort { get; set; }
Public Property Sort As SortDefinition(Of TDocument) Get Set
member Sort : SortDefinition<'TDocument> with get, set
Property Value
Type: SortDefinitionTDocument
See Also