TermOperator

Operator for filtering data based on user terms.

Namespace:
Inetdev.Data.Filtering
Type:
Enum
Enumeration fields
NotSet Operator not set.
Contains Contains.
EndsWith Ends with.
EqualsTo Equals to.
GreaterThan Greather than.
GreaterThanOrEqual Greather than or equal.
LessThan Less than.
LessThanOrEqual Less than or equal.
NotEqualsTo Not equals to.
NotContains Not contains.
Range Range.
StartsWith Starts with.