Click or drag to resize

OnMergeMatchedInsertAction Constructor (IList, Void, String, IList)

Initializes a new instance of the OnMergeMatchedInsertAction class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnMergeMatchedInsertAction(
	IList columnNames,
	void selectList,
	string whereClause,
	IList optionalStreamName
)

Parameters

columnNames
Type: System.Collections.GenericIListT

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

selectList
Type: SystemVoid

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

whereClause
Type: SystemString

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

optionalStreamName
Type: System.Collections.GenericIListT

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

See Also