Expand description
Operators for conditions.
Enums§
- Condition
Op - An operator for a condition clause.
Constants§
- ArnEquals
- The
ArnEqualsoperator. - ArnEquals
IfExists - The
ArnEqualsIfExistsoperator. - ArnLike
- The
ArnLikeoperator. - ArnLike
IfExists - The
ArnLikeIfExistsoperator. - ArnNot
Equals - The
ArnNotEqualsoperator. - ArnNot
Equals IfExists - The
ArnNotEqualsIfExistsoperator. - ArnNot
Like - The
ArnNotLikeoperator. - ArnNot
Like IfExists - The
ArnNotLikeIfExistsoperator. - Binary
Equals - The
BinaryEqualsoperator. - Binary
Equals IfExists - The
BinaryEqualsIfExistsoperator. - Bool
- The
BinaryNotEqualsoperator. - Bool
IfExists - The
BoolIfExistsoperator. - Date
Equals - The
DateEqualsoperator. - Date
Equals IfExists - The
DateEqualsIfExistsoperator. - Date
Greater Than - The
DateGreaterThanoperator. - Date
Greater Than Equals - The
DateGreaterThanEqualsoperator. - Date
Greater Than Equals IfExists - The
DateGreaterThanEqualsIfExistsoperator. - Date
Greater Than IfExists - The
DateGreaterThanIfExistsoperator. - Date
Less Than - The
DateLessThanoperator. - Date
Less Than Equals - The
DateLessThanEqualsoperator. - Date
Less Than Equals IfExists - The
DateLessThanEqualsIfExistsoperator. - Date
Less Than IfExists - The
DateLessThanIfExistsoperator. - Date
NotEquals - The
DateNotEqualsoperator. - Date
NotEquals IfExists - The
DateNotEqualsIfExistsoperator. - IpAddress
- The
IpAddressoperator. - IpAddress
IfExists - The
IpAddressIfExistsoperator. - NotIp
Address - The
NotIpAddressoperator. - NotIp
Address IfExists - The
NotIpAddressIfExistsoperator. - Null
- The
Nulloperator. - Numeric
Equals - The
NumericEqualsoperator. - Numeric
Equals IfExists - The
NumericEqualsIfExistsoperator. - Numeric
Greater Than - The
NumericGreaterThanoperator. - Numeric
Greater Than Equals - The
NumericGreaterThanEqualsoperator. - Numeric
Greater Than Equals IfExists - The
NumericGreaterThanEqualsIfExistsoperator. - Numeric
Greater Than IfExists - The
NumericGreaterThanIfExistsoperator. - Numeric
Less Than - The
NumericLessThanoperator. - Numeric
Less Than Equals - The
NumericLessThanEqualsoperator. - Numeric
Less Than Equals IfExists - The
NumericLessThanEqualsIfExistsoperator. - Numeric
Less Than IfExists - The
NumericLessThanIfExistsoperator. - Numeric
NotEquals - The
NumericNotEqualsoperator. - Numeric
NotEquals IfExists - The
NumericNotEqualsIfExistsoperator. - String
Equals - The
StringEqualsoperator. - String
Equals IfExists - The
StringEqualsIfExistsoperator. - String
Equals Ignore Case - The
StringEqualsIgnoreCaseoperator. - String
Equals Ignore Case IfExists - The
StringEqualsIgnoreCaseIfExistsoperator. - String
Like - The
StringLikeoperator. - String
Like IfExists - The
StringLikeIfExistsoperator. - String
NotEquals - The
StringNotEqualsoperator. - String
NotEquals IfExists - The
StringNotEqualsIfExistsoperator. - String
NotEquals Ignore Case - The
StringNotEqualsIgnoreCaseoperator. - String
NotEquals Ignore Case IfExists - The
StringNotEqualsIgnoreCaseIfExistsoperator. - String
NotLike - The
StringNotLikeoperator. - String
NotLike IfExists - The
StringNotLikeIfExistsoperator.