QueriesAdd Method |
|
DataPA OpenAnalytics API Reference
Adds a Query to this collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
Query Query
)
Public Sub Add (
Query As Query
)
public:
virtual void Add(
Query^ Query
) sealed
Parameters
- Query
- Type: DataPA.Utils.QueryEngineQuery
The object you wish to add to the collection.
Remarks See Also