Click or drag to resize

OnMergeMatchedUpdateAction Constructor (IList, Void)

Initializes a new instance of the OnMergeMatchedUpdateAction class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnMergeMatchedUpdateAction(
	IList assignments,
	void whereClause
)

Parameters

assignments
Type: System.Collections.GenericIListT

[Missing <param name="assignments"/> documentation for "M:com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction.#ctor(System.Collections.Generic.IList`1,System.Void)"]

whereClause
Type: SystemVoid

[Missing <param name="whereClause"/> documentation for "M:com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction.#ctor(System.Collections.Generic.IList`1,System.Void)"]

See Also