Click or drag to resize
QueriesItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a Query in this collection.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Query this[
	string ID
] { get; set; }

Parameters

ID
Type: SystemString
The ID of the Query

Property Value

Type: Query
The Query you wish to place in the collection.

Return Value

Type: Query
The Query you wish to retrieve from the collection.
Remarks