ISqlOrderThenBuilder.ThenByRaw Method
.NET Standard 2.x
Adds one or more sort criteria specified by raw SQL to the ORDER BY clause.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| ThenByRaw(string orderClause) | Adds one or more sort criteria specified by raw SQL to the ORDER BY clause. |
| ThenByRaw(string orderClause, string alias) | Adds one or more sort criteria specified by raw SQL to the ORDER BY clause, and specifies an alias for the raw SQL. |