TDADefaultOperator
Overview
The TDADefaultOperator enumeration specifies the default operator that should be used for two conditions are subsequently added to the clause without an explicit call to TDAWhere.
Location
- Unit: uDAPlainWhere.pas
| Value | Description |
|---|---|
| doAnd | condition1 AND condition2 |
| doNone | operator isn't specified |
| doOr | condition1 OR condition2 |