TSQLField.Create Constructor
Creates a TSQLField associated with the given table and column name.
Syntax
Unit: Aurelius.Sql.BaseTypes
constructor TSQLField.Create(Table: TSQLTable; const Field: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Table | TSQLTable | The table descriptor that owns this column. | |
| const | Field | string | The column name. |