Click or drag to resize

UpdateClause Constructor (String, String)

Ctor.

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

Parameters

eventType
Type: SystemString
the name of the type to Update
optionalAsClauseStreamName
Type: SystemString
as-clause for Update, if any
See Also