[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns list of child nodes.

Namespace: net.esper.eql.join.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ChildNodes As IList(Of QueryPlanNode)
C#
public IList<QueryPlanNode> ChildNodes { get; }
Visual C++
public:
property IList<QueryPlanNode^>^ ChildNodes {
	IList<QueryPlanNode^>^ get ();
}

Return Value

list of child nodes