Table of Contents

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

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.