 | 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
Syntaxpublic CreateWindowClause WithInsert(
bool insert
)
Parameters
- insert
- Type: SystemBoolean
true for insert from another named window
Return Value
Type:
CreateWindowClauseclause
See Also