TSQLOrderField Class
Extends TSQLField for use in ORDER BY clauses, pairing a column reference with a sort direction.
Syntax
Unit: Aurelius.Sql.BaseTypes
TSQLOrderField = class(TSQLField);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(TSQLTable, string) Create(TSQLTable, string, TOrderDirection) |
Properties
| Name | Description |
|---|---|
| Direction | Gets or sets the sort direction (ASC or DESC) for this column in the ORDER BY clause. |