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. |