| SortClauseProducers Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The SortClauseProducers type exposes the following members.
| Name | Description | |
|---|---|---|
| Ascending(String) |
Creates a sort clause for a field with the alias specified, sorting ascending
| |
| Ascending(IEntityFieldCore) |
Creates an ascending sort clause for the field specified
| |
| Ascending(IExpression) |
Creates an ascending sort clause for the expression specified
| |
| CaseInsensitive |
Sets the CaseSensitiveCollation flag on the sort clause specified. This will apply the UPPER() function (or db specific equivalent) to the field in the ORDER BY clause.
| |
| Descending(String) |
Creates a sort clause for a field with the alias specified, sorting descending
| |
| Descending(IEntityFieldCore) |
Creates a descending sort clause for the field specified
| |
| Descending(IExpression) |
Creates a descending sort clause for the expression specified
|