[]
Specifies filter condition operators.
public enum Operator
Name | Description |
---|---|
BW | Begins with. |
CT | Contains. |
EQ | Equals |
EW | Ends with. |
GE | Greater than or equal to. |
GT | Greater than. |
LE | Less than or equal to. |
LT | Less than. |
NC | Does not contain. |
NE | Not equals. |