Interface IOrderedAggregateFluent<TResult>
Fluent interface for aggregate.
public interface IOrderedAggregateFluent<TResult> : IAggregateFluent<TResult>, IAsyncCursorSource<TResult>
  Type Parameters
TResultThe type of the result.
- Inherited Members
 
- Extension Methods
 
Methods
- ThenBy(SortDefinition<TResult>)
 Combines the current sort definition with an additional sort definition.