Click or drag to resize

OutputLimitClauseWithWhenExpression Method

Set when.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputLimitClause WithWhenExpression(
	Expression whenExpression
)

Parameters

whenExpression
Type: com.espertech.esper.common.client.sodaExpression
to set

Return Value

Type: OutputLimitClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.OutputLimitClause.WithWhenExpression(com.espertech.esper.common.client.soda.Expression)"]

See Also