Method Sort
Sort(SortDefinition<TResult>)
Appends a sort stage to the pipeline.
Parameters
sort
SortDefinition <TResult>The sort specification.
Returns
- IAggregate
Fluent <TResult> The fluent aggregate interface.
Appends a sort stage to the pipeline.
sort
SortThe sort specification.
The fluent aggregate interface.