The relational binary operators.

C# | Visual Basic |
public sealed class RelationalOperator : BinaryOperator
Public NotInheritable Class RelationalOperator _ Inherits BinaryOperator

All Members | Methods | Fields | |||
Icon | Member | 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.
|
![]() | ToString()()() | (Inherited from BinaryOperator.) |

Object | ||
![]() | BinaryOperator | |
![]() | RelationalOperator |