Click or drag to resize

InsertIntoClauseCreate Method (String, String)

Creates the insert-into clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static InsertIntoClause Create(
	string streamName,
	params string[] columns
)

Parameters

streamName
Type: SystemString
the name of the stream to insert into
columns
Type: SystemString
is a list of column names

Return Value

Type: InsertIntoClause
clause
See Also