Click or drag to resize
QueryParametersItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a QueryParameter in this collection.

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

Parameters

Index
Type: SystemInt32
The index of the QueryParameter

Property Value

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

Return Value

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