Click or drag to resize
QueriesDescendent Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a child or descendent query based on the ID provided

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object this[
	string ID
] { get; }

Parameters

ID
Type: SystemString

Return Value

Type: Object
The child or descendent query based on the ID provided if it exists, else enothing
See Also