Click or drag to resize

OnSetClauseCreate Method

Creates a new on-set clause for setting variables, and adds a variable to set.

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

Parameters

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

Return Value

Type: OnSetClause
on-set clause
See Also