Method ThenBy
ThenBy(SortDefinition<TResult>)
Combines the current sort definition with an additional sort definition.
public virtual IOrderedAggregateFluent<TResult> ThenBy(SortDefinition<TResult> newSort)
Parameters
newSort
SortDefinition<TResult>The new sort.
Returns
- IOrderedAggregateFluent<TResult>
The fluent aggregate interface.