SelectQueryFluentBuilder.SortByExpression Method
| Name | Parameters | Description |
|---|---|---|
| SortByExpression(String, AggregationType, ListSortDirection) | expression, aggregationType, direction | Sorts the result set by a specified expression and aggregate function in a required direction. |
| SortByExpression(String, ListSortDirection) | expression, direction | Sorts the result set by a specified expression in a required direction. |
| SortByExpression(String) | expression | Sorts the result set by a specified expression. |