Click or drag to resize

FindFluentBase<TDocument, TProjection>.Sort Method

Sorts the the documents.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public abstract IFindFluent<TDocument, TProjection> Sort(
	SortDefinition<TDocument> sort
)

Parameters

sort
Type: MongoDB.Driver.SortDefinition<TDocument>
The sort.

Return Value

Type: IFindFluent<TDocument, TProjection>
The fluent find interface.

Implements

IFindFluent<TDocument, TProjection>.Sort(SortDefinition<TDocument>)
See Also