Click or drag to resize
QueryConditionsItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a Condition object

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

Parameters

Index
Type: SystemInt32
The index of the object to return

Return Value

Type: QueryCondition
A Condition object
Remarks