TSQLUpdateField.Create Constructor
Creates a TSQLUpdateField for the given table, column, and parameter name.
Syntax
Unit: Aurelius.Sql.BaseTypes
constructor TSQLUpdateField.Create(Table: TSQLTable; const Field: string; const ParamName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Table | TSQLTable | The table descriptor that owns this column. | |
| const | Field | string | The column name to update. |
| const | ParamName | string | The parameter placeholder name used in the SQL statement. |