Click or drag to resize

InsertIntoClause Constructor (String, IList, Void)

Initializes a new instance of the InsertIntoClause class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InsertIntoClause(
	string streamName,
	IList columnNames,
	void streamSelector
)

Parameters

streamName
Type: SystemString

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

columnNames
Type: System.Collections.GenericIListT

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

streamSelector
Type: SystemVoid

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

See Also