Click or drag to resize

OnUpdateClauseAddAssignment Method

Adds a variable to set to the clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnUpdateClause AddAssignment(
	Expression expression
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
expression providing the new variable value

Return Value

Type: OnUpdateClause
clause
See Also