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