Click or drag to resize

UpdateClauseAddAssignment Method

Adds a property 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 UpdateClause AddAssignment(
	Expression expression
)

Parameters

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

Return Value

Type: UpdateClause
clause
See Also