Represents a logical expression.
            
    Namespace: 
   Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| [SerializableAttribute] public sealed class LogicalExpression : QueryExpression<LogicalExpression> | 
| Visual Basic (Declaration) | 
|---|
| <SerializableAttribute> _ Public NotInheritable Class LogicalExpression _ Inherits QueryExpression(Of LogicalExpression) | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
Mindscape.LightSpeed.Querying..::.QueryExpression
Mindscape.LightSpeed.Querying..::.QueryExpression<(Of <(LogicalExpression>)>)
Mindscape.LightSpeed.Querying..::.LogicalExpression
Mindscape.LightSpeed.Querying..::.QueryExpression
Mindscape.LightSpeed.Querying..::.QueryExpression<(Of <(LogicalExpression>)>)
Mindscape.LightSpeed.Querying..::.LogicalExpression





