FilterOperators
Table of Contents
-
BEGINS_WITH
= 'begins_with'
-
BETWEEN
= 'between'
-
CONTAINS
= 'contains'
-
ENDS_WITH
= 'ends_with'
-
EQUAL
= 'equal'
-
GREATER
= 'greater'
-
GREATER_OR_EQUAL
= 'greater_or_equal'
-
IN
= 'in'
-
IS_EMPTY
= 'is_empty'
-
IS_NOT_EMPTY
= 'is_not_empty'
-
IS_NOT_NULL
= 'is_not_null'
-
IS_NULL
= 'is_null'
-
LESS
= 'less'
-
LESS_OR_EQUAL
= 'less_or_equal'
-
NOT_BEGINS_WITH
= 'not_begins_with'
-
NOT_BETWEEN
= 'not_between'
-
NOT_CONTAINS
= 'not_contains'
-
NOT_ENDS_WITH
= 'not_ends_with'
-
NOT_EQUAL
= 'not_equal'
-
NOT_IN
= 'not_in'
BEGINS_WITH
public
string
BEGINS_WITH
= 'begins_with'
BETWEEN
public
string
BETWEEN
= 'between'
CONTAINS
public
string
CONTAINS
= 'contains'
ENDS_WITH
public
string
ENDS_WITH
= 'ends_with'
EQUAL
public
string
EQUAL
= 'equal'
GREATER
public
string
GREATER
= 'greater'
GREATER_OR_EQUAL
public
string
GREATER_OR_EQUAL
= 'greater_or_equal'
IN
public
string
IN
= 'in'
IS_EMPTY
public
string
IS_EMPTY
= 'is_empty'
IS_NOT_EMPTY
public
string
IS_NOT_EMPTY
= 'is_not_empty'
IS_NOT_NULL
public
string
IS_NOT_NULL
= 'is_not_null'
IS_NULL
public
string
IS_NULL
= 'is_null'
LESS
public
string
LESS
= 'less'
LESS_OR_EQUAL
public
string
LESS_OR_EQUAL
= 'less_or_equal'
NOT_BEGINS_WITH
public
string
NOT_BEGINS_WITH
= 'not_begins_with'
NOT_BETWEEN
public
string
NOT_BETWEEN
= 'not_between'
NOT_CONTAINS
public
string
NOT_CONTAINS
= 'not_contains'
NOT_ENDS_WITH
public
string
NOT_ENDS_WITH
= 'not_ends_with'
NOT_EQUAL
public
string
NOT_EQUAL
= 'not_equal'
NOT_IN
public
string
NOT_IN
= 'not_in'