RunQuery Constructor |
|
DataPA OpenAnalytics API Reference
Initializes a new instance of the
RunQuery class
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RunQuery(
ref Application Application,
ref Query query
)
Public Sub New (
ByRef Application As Application,
ByRef query As Query
)
public:
RunQuery(
Application^% Application,
Query^% query
)
DataPA.Utils.QueryEngine.RunQuery = function(Application, query);
Parameters
- Application
- Type: DataPA.Utils.QueryEngineApplication
- query
- Type: DataPA.Utils.QueryEngineQuery
See Also