Click or drag to resize
QueryConditionsRemove Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a condition from the collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Remove(
	string UniqueID
)

Parameters

UniqueID
Type: SystemString
The UniqueID of the condition to be removed
Remarks