ThenByOp<T> extension
The thenBy_ / thenByDescending_ operators, available only on
queryables that have already been ordered.
- on
-
- IQueryable<
T>
- IQueryable<
Methods
-
thenBy_(
Expr keySelector) → IQueryable< T> -
Available on IQueryable<
Adds a secondary ascending sort to the ordering.T> , provided by the ThenByOp extension -
thenByDescending_(
Expr keySelector) → IQueryable< T> -
Available on IQueryable<
Adds a secondary descending sort to the ordering.T> , provided by the ThenByOp extension