Click or drag to resize

CreateWindowClauseWithInsert Method

Sets flag indicating that an insert from another named window should take place at the time of window creation.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateWindowClause WithInsert(
	bool insert
)

Parameters

insert
Type: SystemBoolean
true for insert from another named window

Return Value

Type: CreateWindowClause
clause
See Also