Click or drag to resize

EPStatementObjectModelOnExpr Property

Returns the on-delete clause for deleting from named windows, or null if this statement does not delete from 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 OnClause OnExpr { get; set; }

Property Value

Type: OnClause
on delete clause
See Also