Click or drag to resize
QueryParametersItem Property (String) 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[
	string ID
] { get; set; }

Parameters

ID
Type: SystemString
The ID 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