ISqlOrderBuilder.OrderByRaw Method
.NET Standard 2.x
Creates an ORDER BY
clause and specifies one or more sort criteria using a raw SQL.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
OrderByRaw(string orderClause) | Creates an ORDER BY clause and specifies one or more sort criteria using a raw SQL. |
OrderByRaw(string orderClause, string alias) | Creates an ORDER BY clause; and specifies one or more sort criteria using a raw SQL and specifies an alias for the raw SQL. |