Click or drag to resize

InsertIntoClause 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 InsertIntoClause(
	string streamName,
	string[] columnNames
)

Parameters

streamName
Type: SystemString
is the stream name to insert into
columnNames
Type: SystemString
column names
See Also