 | EPStatementObjectModelHavingClause Property |
Return the having-clause, or null to indicate that the clause is absent.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Expression HavingClause { get; set; }
Property Value
Type:
Expressionspecification of the having-clause, or null if none present
See Also