Click or drag to resize
QueriesAdd Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a Query to this collection.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	Query Query
)

Parameters

Query
Type: DataPA.Utils.QueryEngineQuery
The object you wish to add to the collection.
Remarks