The RelationalOperator type exposes the following members.

Methods

  NameDescription
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
Returns a String that represents the current Object.
(Inherited from BinaryOperator.)

Fields

  NameDescription
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.

See Also