PredCompareExpr.ComparatorType Enumerazione

Definizione

Definire quale confronto può essere usato tra PredOperand e PredValue

public enum PredCompareExpr.ComparatorType
type PredCompareExpr.ComparatorType = 
Public Enum PredCompareExpr.ComparatorType
Ereditarietà
PredCompareExpr.ComparatorType

Campi

Nome Valore Descrizione
EQ 0

=

NE 1

<>

GT 2

>

GE 3

>=

LT 4

<

LE 5

<=

Si applica a