@mapgear/geoapps > OperatorType
OperatorType enum
Operator types for filters
Signature:export declare enum OperatorType
Enumeration Members
Member | Value | Description |
---|---|---|
"<" | 2 | Greater than |
">" | 1 | Smaller than |
BEGIN | 7 | Begins with |
BETWEEN | 3 | Between |
BOOL | 13 | Is a boolean value |
CONTAINS | 11 | Contains |
EMPTY | 15 | Is empty |
END | 9 | Ends with |
EQUALS | 0 | Equals |
NOTBEGIN | 8 | Does not begin with |
NOTBOOL | 14 | Is not a boolean value |
NOTCONTAINS | 12 | Does not contain |
NOTEMPTY | 16 | Is not empty |
NOTEND | 10 | Does not end with |
NOTEQUALS | 4 | Does not equal |
NOTNULL | 6 | Is not a NULL-value |
NULL | 5 | Is a NULL-value |