Click or drag to resize

OutputLimitClauseWithAddThenAssignment Method

Adds a then-keyword variable assigment for use with the when-keyword.

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

Parameters

assignmentExpression
Type: com.espertech.esper.common.client.sodaExpression
expression to calculate new value

Return Value

Type: OutputLimitClause
clause
See Also