Initializes a new instance of the Query class.
            
    Namespace: 
   Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# | 
|---|
public Query( Type entityType )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ entityType As Type _ )  | 
Parameters
- entityType
 - Type: System..::.Type
The Type of the Entity this query is targeting.