FilterOperatorType enumeration

FilterOperatorType enumeration

Custom Filter operator type.

The FilterOperatorType type exposes the following members:

Fields

FieldDescription
LESS_OR_EQUALRepresents LessOrEqual operator.
LESS_THANRepresents LessThan operator.
EQUALRepresents Equal operator.
GREATER_THANRepresents GreaterThan operator.
NOT_EQUALRepresents NotEqual operator.
GREATER_OR_EQUALRepresents GreaterOrEqual operator.
NONERepresents no comparison.
BEGINS_WITHBegins with the text.
ENDS_WITHEnds with the text.
CONTAINSContains the text.
NOT_CONTAINSNot contains the text.

See Also