Table of Contents

TSQLField Class

Represents a column reference in a SQL statement, combining the owning table descriptor with the column name.

Syntax

Unit: Aurelius.Sql.BaseTypes

TSQLField = class(TObject);

Constructors

Name Description
Create Creates a TSQLField associated with the given table and column name.

Properties

Name Description
Field Gets or sets the column name within the table.
Table Gets or sets the table descriptor that owns this column reference.