Mindscape LightSpeed - User Reference & API Documentation
RelationalOperator Class
API ReferenceMindscape.LightSpeed.QueryingRelationalOperator
The relational binary operators.
Declaration Syntax
C#Visual Basic
public sealed class RelationalOperator : BinaryOperator
Public NotInheritable Class RelationalOperator _
	Inherits BinaryOperator
Members
All MembersMethodsFields



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

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)