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

Gets or sets the parent node, or null if this is a root node.

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

Syntax

Visual Basic (Declaration)
Public Overridable Property Parent As Node
C#
public virtual Node Parent { get; set; }
Visual C++
public:
virtual property Node^ Parent {
	Node^ get ();
	void set (Node^ value);
}

Field Value

The parent.

Return Value

parent node or null for root node