Click or drag to resize
QueryConditionsAdd Method (QueryCondition, Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a condition to the collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	QueryCondition Condition,
	int Index
)

Parameters

Condition
Type: DataPA.Utils.QueryEngineQueryCondition
The condition to add
Index
Type: SystemInt32
The index in the collection at which to add the new condition
Remarks