Table of Contents

Method Sort

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Sort(SortDefinition<TDocument>)

Sorts the the documents.

IFindFluent<TDocument, TProjection> Sort(SortDefinition<TDocument> sort)

Parameters

sort SortDefinition<TDocument>

The sort.

Returns

IFindFluent<TDocument, TProjection>

The fluent find interface.