QueryConditionsAdd Method (QueryCondition, Int32) |
|
DataPA OpenAnalytics API Reference
Adds a condition to the collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
QueryCondition Condition,
int Index
)
Public Sub Add (
Condition As QueryCondition,
Index As Integer
)
public:
virtual void Add(
QueryCondition^ Condition,
int Index
) sealed
function Add(Condition, 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 See Also