Click or drag to resize

OnInsertSplitStreamItem Constructor (InsertIntoClause, SelectClause, Expression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnInsertSplitStreamItem(
	InsertIntoClause insertInto,
	SelectClause selectClause,
	Expression whereClause
)

Parameters

insertInto
Type: com.espertech.esper.common.client.sodaInsertIntoClause
the insert-into clause
selectClause
Type: com.espertech.esper.common.client.sodaSelectClause
the select-clause
whereClause
Type: com.espertech.esper.common.client.sodaExpression
where-expression or null
See Also