Click or drag to resize

OnMergeMatchedUpdateAction Class

For use with on-merge clauses, updates rows in a named window if matching rows are found.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnMergeMatchedUpdateAction

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class OnMergeMatchedUpdateAction : OnMergeMatchedAction

The OnMergeMatchedUpdateAction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssignments
Returns the assignments to execute against any rows found in a named window
Public propertyWhereClause
Returns the action condition, or null if undefined.
Top
Methods
  NameDescription
Public methodToEPL
Top
See Also