Click or drag to resize
QueriesItem Property (Int32) 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[
	int Index
] { get; set; }

Parameters

Index
Type: SystemInt32
The index 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