QuerySimpleOperator data type
QuerySimpleOperator is an enumeration of simple query operators
QuerySimpleOperator enumeration literals
Value | Description |
---|---|
EQUALS | Equal to operator (==) |
GREATER_THAN | Greater than operator (>) |
GREATER_THAN_OR_EQUALS | Greater than or equal to operator (>=) |
LESS_THAN | Less than operator (<) |
LESS_THAN_OR_EQUALS | Less than or equal to operator (<=) |
LIKE | Like operator (LIKE) |
NOT_EQUALS | Not equal to operator (!=) |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*