Click or drag to resize
QueryConditionsIndex Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the index of a condition given the UniqueID

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

Parameters

UniqueID
Type: SystemString
The UniqueID of the condition

Return Value

Type: Object
The index of a condition given the UniqueID
Remarks
Returns -1 if the UniqueID is not found
See Also