Expand description
Operators for conditions.
Enums§
- Condition
Op - An operator for a condition clause.
Constants§
- ArnEquals
- The
ArnEquals
operator. - ArnEquals
IfExists - The
ArnEqualsIfExists
operator. - ArnLike
- The
ArnLike
operator. - ArnLike
IfExists - The
ArnLikeIfExists
operator. - ArnNot
Equals - The
ArnNotEquals
operator. - ArnNot
Equals IfExists - The
ArnNotEqualsIfExists
operator. - ArnNot
Like - The
ArnNotLike
operator. - ArnNot
Like IfExists - The
ArnNotLikeIfExists
operator. - Binary
Equals - The
BinaryEquals
operator. - Binary
Equals IfExists - The
BinaryEqualsIfExists
operator. - Bool
- The
BinaryNotEquals
operator. - Bool
IfExists - The
BoolIfExists
operator. - Date
Equals - The
DateEquals
operator. - Date
Equals IfExists - The
DateEqualsIfExists
operator. - Date
Greater Than - The
DateGreaterThan
operator. - Date
Greater Than Equals - The
DateGreaterThanEquals
operator. - Date
Greater Than Equals IfExists - The
DateGreaterThanEqualsIfExists
operator. - Date
Greater Than IfExists - The
DateGreaterThanIfExists
operator. - Date
Less Than - The
DateLessThan
operator. - Date
Less Than Equals - The
DateLessThanEquals
operator. - Date
Less Than Equals IfExists - The
DateLessThanEqualsIfExists
operator. - Date
Less Than IfExists - The
DateLessThanIfExists
operator. - Date
NotEquals - The
DateNotEquals
operator. - Date
NotEquals IfExists - The
DateNotEqualsIfExists
operator. - IpAddress
- The
IpAddress
operator. - IpAddress
IfExists - The
IpAddressIfExists
operator. - NotIp
Address - The
NotIpAddress
operator. - NotIp
Address IfExists - The
NotIpAddressIfExists
operator. - Null
- The
Null
operator. - Numeric
Equals - The
NumericEquals
operator. - Numeric
Equals IfExists - The
NumericEqualsIfExists
operator. - Numeric
Greater Than - The
NumericGreaterThan
operator. - Numeric
Greater Than Equals - The
NumericGreaterThanEquals
operator. - Numeric
Greater Than Equals IfExists - The
NumericGreaterThanEqualsIfExists
operator. - Numeric
Greater Than IfExists - The
NumericGreaterThanIfExists
operator. - Numeric
Less Than - The
NumericLessThan
operator. - Numeric
Less Than Equals - The
NumericLessThanEquals
operator. - Numeric
Less Than Equals IfExists - The
NumericLessThanEqualsIfExists
operator. - Numeric
Less Than IfExists - The
NumericLessThanIfExists
operator. - Numeric
NotEquals - The
NumericNotEquals
operator. - Numeric
NotEquals IfExists - The
NumericNotEqualsIfExists
operator. - String
Equals - The
StringEquals
operator. - String
Equals IfExists - The
StringEqualsIfExists
operator. - String
Equals Ignore Case - The
StringEqualsIgnoreCase
operator. - String
Equals Ignore Case IfExists - The
StringEqualsIgnoreCaseIfExists
operator. - String
Like - The
StringLike
operator. - String
Like IfExists - The
StringLikeIfExists
operator. - String
NotEquals - The
StringNotEquals
operator. - String
NotEquals IfExists - The
StringNotEqualsIfExists
operator. - String
NotEquals Ignore Case - The
StringNotEqualsIgnoreCase
operator. - String
NotEquals Ignore Case IfExists - The
StringNotEqualsIgnoreCaseIfExists
operator. - String
NotLike - The
StringNotLike
operator. - String
NotLike IfExists - The
StringNotLikeIfExists
operator.