Unsupported content This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

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*