Click or drag to resize

EPStatementObjectModelSetInsertInto Method

Specify an 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 EPStatementObjectModel SetInsertInto(
	InsertIntoClause insertInto
)

Parameters

insertInto
Type: com.espertech.esper.common.client.sodaInsertIntoClause
specifies the insert-into-clause, or null to indicate that the clause is absent

Return Value

Type: EPStatementObjectModel
model
See Also