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

Adds a child node.

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

Syntax

Visual Basic (Declaration)
Public Sub AddChildNode ( _
	childNode As QueryPlanNode _
)
C#
public void AddChildNode (
	QueryPlanNode childNode
)
Visual C++
public:
void AddChildNode (
	QueryPlanNode^ childNode
)

Parameters

childNode
net.esper.eql.join.plan.QueryPlanNode
is the child evaluation tree node to add