Click or drag to resize

CreateWindowClauseIsInsert Property

Returns true if inserting from another named window, false if not.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsInsert { get; set; }

Return Value

Type: Boolean
insert from named window
See Also