Initializes a new instance of the NegatedExpression class.
Namespace:
Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public NegatedExpression( QueryExpression queryExpression ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ queryExpression As QueryExpression _ ) |
Parameters
- queryExpression
- Type: Mindscape.LightSpeed.Querying..::.QueryExpression
The query expression to be negated.