QueryComparisonExpression interface
The comparison expression to be used in the query.
Properties
| name | The name of the column to use in comparison. |
| operator | The operator to use for comparison. |
| values | Array of values to use for comparison |
Property Details
name
The name of the column to use in comparison.
name: string
Property Value
string
operator
The operator to use for comparison.
operator: string
Property Value
string
values
Array of values to use for comparison
values: string[]
Property Value
string[]