TSQLWhereField Class
Extends TSQLField for use in WHERE clauses, pairing a column reference with a comparison operator and a parameter placeholder name.
Syntax
Unit: Aurelius.Sql.BaseTypes
TSQLWhereField = class(TSQLField);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(TSQLTable, string) Create(TSQLTable, string, TWhereOperator) |
Properties
| Name | Description |
|---|---|
| ParamName | Gets or sets the parameter placeholder name bound to the right-hand side of this condition. |
| WhereOperator | Gets or sets the comparison operator applied to this field in the WHERE clause. |