Click or drag to resize
QueryChildrenList Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a list of child subjects of this query

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Query> ChildrenList { get; set; }

Property Value

Type: ListQuery
A list of child subjects of this query

Return Value

Type: ListQuery
A list of child subjects of this query
Remarks