OperatorType Enum

Definition

Operator Types

public enum OperatorType
type OperatorType = 
Public Enum OperatorType
Inheritance
OperatorType

Fields

AND 1

Logical AND

BEQ 13

Bitwise equals

BNE 14

Bitwise not equals

EQ 3

Equals

GE 8

Greater of equal to

GT 6

Greater than

IN 9

Equals to one of list items

LE 7

Less or equal to

LIKE 10

Matches a string pattern

LT 5

Less than

NE 4

Not equals

NONE 0

Default type to use when the type should be initialized before it is known

NOT_IN 11

Reversed IN

NOT_LIKE 12

Reversed LIKE

OR 2

Logical OR

Applies to