Click or drag to resize
QueryParametersContains Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if an object with the ID exists in the collection.

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

Parameters

ID
Type: SystemString
The ID of the QueryParameter.

Return Value

Type: Boolean
True if an object with the ID exists in the collection.
Remarks