TSQLUpdateField Class
Extends TSQLField with a parameter placeholder name, representing a column assignment in an UPDATE statement.
Syntax
Unit: Aurelius.Sql.BaseTypes
TSQLUpdateField = class(TSQLField);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TSQLUpdateField for the given table, column, and parameter name. |
Properties
| Name | Description |
|---|---|
| ParamName | Gets or sets the parameter placeholder name used in the SET clause of the UPDATE statement. |