The RelationalOperator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
Checks if a binary operator equals another based on the operation name
(Inherited from BinaryOperator.) | |
| GetHashCode |
Returns the hash code for this binary operator
(Inherited from BinaryOperator.) | |
| ToString | (Inherited from BinaryOperator.) |
Fields
| Name | Description | |
|---|---|---|
| Between |
The BETWEEN operator.
| |
| EqualTo |
The == operator.
| |
| Exists |
The EXISTS operator.
| |
| GreaterThan |
The > operator.
| |
| GreaterThanOrEqualTo |
The >= operator.
| |
| In |
The IN operator.
| |
| LessThan |
The < operator.
| |
| LessThanOrEqualTo |
The <= operator.
| |
| Like |
The LIKE operator.
| |
| NotEqualTo |
The != operator.
|