Click or drag to resize

EPStatementObjectModelSetHaving Method

Specify a having-clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPStatementObjectModel SetHaving(
	Expression havingClause
)

Parameters

havingClause
Type: com.espertech.esper.common.client.sodaExpression
specifies the having-clause, which is optional and can be null

Return Value

Type: EPStatementObjectModel
model
See Also