QueryOperatorType
Enum to define the operator of the query.
Values
Name
Description
AND
All conditions must be true.
OR
At least one condition must be true.
NOT
None of the conditions may be true.
Enum to define the operator of the query.