BooleanComparisonType Énumération

Définition

Types d’expressions de comparaison

[System.Serializable]
public enum BooleanComparisonType
[<System.Serializable>]
type BooleanComparisonType = 
Public Enum BooleanComparisonType
Héritage
BooleanComparisonType
Attributs

Champs

Equals 0

Caractère '=', égal à.

GreaterThan 1

Caractère «> », supérieur à.

GreaterThanOrEqualTo 3

Caractères '>' '=', supérieurs ou égaux à.

IsDistinctFrom 11

Prédicat distinct, IS DISTINCT FROM.

IsNotDistinctFrom 12

Prédicat distinct, N’EST PAS DISTINCT DE.

LeftOuterJoin 9

Caractères '*' '=', jointure externe gauche.

LessThan 2

Caractère « < » inférieur à.

LessThanOrEqualTo 4

Caractères '<' '=', inférieurs ou égaux à.

NotEqualToBrackets 5

Caractères «< » «> » non égaux à.

NotEqualToExclamation 6

Le '!' Caractères '=', non égal à.

NotGreaterThan 8

Le '!' Caractères '>', pas supérieur à.

NotLessThan 7

Le '!' '<' caractères, au moins.

RightOuterJoin 10

Caractères '=' '*', jointure externe droite.

S’applique à