Click or drag to resize

InsertIntoClauseCreate Method (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
)

Parameters

streamName
Type: SystemString
the name of the stream to insert into

Return Value

Type: InsertIntoClause
clause
See Also