PredCompareExpr.ComparatorType Enum

Definition

Define what comparator could be used between PredOperand and PredValue

public enum PredCompareExpr.ComparatorType
type PredCompareExpr.ComparatorType = 
Public Enum PredCompareExpr.ComparatorType
Inheritance
PredCompareExpr.ComparatorType

Fields

EQ 0

=

GE 3

>=

GT 2

>

LE 5

<=

LT 4

<

NE 1

<>

Applies to