Click or drag to resize

UpdateClauseCreate Method

Ctor.

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

Parameters

eventType
Type: SystemString
the name of the type to Update
expression
Type: com.espertech.esper.common.client.sodaExpression
expression returning a value to write

Return Value

Type: UpdateClause
Update clause
See Also