QueryConditionsRemove Method (Int32) |
|
DataPA OpenAnalytics API Reference
Removes a condition from the collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Remove(
int Index
)
Public Sub Remove (
Index As Integer
)
public:
virtual void Remove(
int Index
) sealed
Parameters
- Index
- Type: SystemInt32
The index of the condition to remove from the collection
Remarks See Also