QueryChildrenList Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a list of child subjects of this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Query> ChildrenList { get; set; }
Public Property ChildrenList As List(Of Query)
Get
Set
public:
property List<Query^>^ ChildrenList {
List<Query^>^ get ();
void set (List<Query^>^ value);
}
function get_ChildrenList();
function set_ChildrenList(value);
Property Value
Type:
ListQueryA list of child subjects of this query
Return Value
Type:
ListQueryA list of child subjects of this query
Remarks See Also