[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets or sets the parent node.
Namespace: net.esper.eql.join.assemble
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property ParentAssembler As ResultAssembler |
C# |
---|
public virtual ResultAssembler ParentAssembler { get; set; } |
Visual C++ |
---|
public: virtual property ResultAssembler^ ParentAssembler { ResultAssembler^ get (); void set (ResultAssembler^ value); } |