Unsupported content

   

This version of the documentation is no longer supported. However, the documentation is available for your convenience. 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 (!=)

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments