BooleanComparisonType
BooleanComparisonType
BooleanComparisonType
Enum
Definition
The types of comparison expressions
[Serializable]
public enum BooleanComparisonType
type BooleanComparisonType =
Public Enum BooleanComparisonType
- Inheritance
- Attributes
-
SerializableAttribute
Fields
Equals Equals Equals | 0 | The '=' character, equal to. |
GreaterThan GreaterThan GreaterThan | 1 | The '>' character, greater than. |
GreaterThanOrEqualTo GreaterThanOrEqualTo GreaterThanOrEqualTo | 3 | The '>' '=' characters, greater than or equal to. |
LeftOuterJoin LeftOuterJoin LeftOuterJoin | 9 | The '*' '=' characters, left outer join. |
LessThan LessThan LessThan | 2 | The '<' character, less than. |
LessThanOrEqualTo LessThanOrEqualTo LessThanOrEqualTo | 4 | The '<' '=' characters, less than or equal to. |
NotEqualToBrackets NotEqualToBrackets NotEqualToBrackets | 5 | The '<' '>' characters, not equal to. |
NotEqualToExclamation NotEqualToExclamation NotEqualToExclamation | 6 | The '!' '=' characters, not equal to. |
NotGreaterThan NotGreaterThan NotGreaterThan | 8 | The '!' '>' characters, not greater than. |
NotLessThan NotLessThan NotLessThan | 7 | The '!' '<' characters, not less than. |
RightOuterJoin RightOuterJoin RightOuterJoin | 10 | The '=' '*' characters, right outer join. |