Interface: ConditionExpression
ConditionExpression statement allows you to build complex conditional expressions for querying data.
Properties
| Property | Type | Description |
|---|---|---|
firstCondition |
Condition | ConditionExpression |
First Condition or ConditionExpression statement to use. |
operator |
"And" | "Or" |
Join Operator between first and second condition. |
secondCondition |
Condition | ConditionExpression |
Second Condition or ConditionExpression statement to use. |