QueryOperator specifies the logical operator used to combine query conditions.
Enumeration values
OR
AND
enum QueryOperator {
OR = 1;
AND = 2;
}
QueryOperator specifies the logical operator used to combine query conditions.
OR
AND
enum QueryOperator {
OR = 1;
AND = 2;
}