 | 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
Syntaxpublic 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:
InsertIntoClauseclause
See Also