Click or drag to resize

EPStatementObjectModelCreateWindow Property

Returns the create-window clause for creating named windows, or null if this statement does not create a 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 CreateWindow { get; set; }

Property Value

Type: CreateWindowClause
named window creation clause
See Also