DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
      
    Initializes a new instance of the RunQuery class
        
        Namespace: RunDataPAAssembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
| C# | 
|---|
public RunQuery( ref Query query )  | 
| Visual Basic | 
|---|
Public Sub New ( ByRef query As Query )  | 
| Visual C++ | 
|---|
public: RunQuery( Query^% query )  | 
Parameters
- query
 - Type: RunDataPA..::..Query%