Mindscape LightSpeed - User Reference & API Documentation
LogicalOperator Class
API ReferenceMindscape.LightSpeed.QueryingLogicalOperator
The logical binary operators AND and OR.
Declaration Syntax
C#Visual Basic
public sealed class LogicalOperator : BinaryOperator
Public NotInheritable Class LogicalOperator _
	Inherits BinaryOperator
Members
All MembersMethodsFields



IconMemberDescription
And
The logical AND operator.

Or
The logical OR operator.

ToString()()()
Returns a String that represents the current Object.
(Inherited from BinaryOperator.)
Inheritance Hierarchy
Object
BinaryOperator
 LogicalOperator

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