[]
        
(Showing Draft Content)

Operator Enumeration

Operator Enumeration

Specifies filter condition operators.

Enumeration members

Enumeration members

BW

BW: = 6

Begins with.

CT

CT: = 8

Contains.

EQ

EQ: = 0

Equals.

EW

EW: = 7

Ends with.

GE

GE: = 3

Greater than or equal to.

GT

GT: = 2

Greater than.

LE

LE: = 5

Less than or equal to.

LT

LT: = 4

Less than.

NC

NC: = 9

Does not contain.

NE

NE: = 1

Does not equal.