Click or drag to resize
QueriesRemove Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a Query from this collection.

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

Parameters

ID
Type: SystemString
The ID of the object you wish to remove.

Return Value

Type: Boolean
True if an object the object is removed.
Remarks