Click or drag to resize

OnSetClauseAddAssignment 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 OnSetClause AddAssignment(
	Expression expression
)

Parameters

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

Return Value

Type: OnSetClause
clause
See Also