Click or drag to resize

CreateWindowClauseWithInsertWhereClause Method

Sets the filter expression for inserting from another named window

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateWindowClause WithInsertWhereClause(
	Expression insertWhereClause
)

Parameters

insertWhereClause
Type: com.espertech.esper.common.client.sodaExpression
filter expression

Return Value

Type: CreateWindowClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.WithInsertWhereClause(com.espertech.esper.common.client.soda.Expression)"]

See Also