PredCompareExpr.ComparatorType Enumeration

Definition

Definieren, welcher Vergleich zwischen PredOperand und PredValue verwendet werden kann

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

Felder

Name Wert Beschreibung
EQ 0

=

NE 1

<>

GT 2

>

GE 3

>=

LT 4

<

LE 5

<=

Gilt für: