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

Gets or sets expression root node representing the having-clause, if present, or null if no having clause was supplied.

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

Syntax

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

Field Value

The having expr root node.