TSQLSelectField Class
Extends TSQLField for use in SELECT clauses, optionally applying an aggregate function to the column.
Syntax
Unit: Aurelius.Sql.BaseTypes
TSQLSelectField = class(TSQLField);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(TSQLTable, string) Create(TSQLTable, string, TAggregateFunction) |
Properties
| Name | Description |
|---|---|
| AggregateFuntion | Gets or sets the aggregate function applied to this field when IsAggregated is True. |
| IsAggregated | Indicates whether an aggregate function is applied to this field in the SELECT clause. |