Click or drag to resize

OnClauseCreateOnDelete Method

Creates an on-delete clause for deleting 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 static OnDeleteClause CreateOnDelete(
	string windowName,
	string asName
)

Parameters

windowName
Type: SystemString
is the named window name
asName
Type: SystemString
is the as-provided name of the named window

Return Value

Type: OnDeleteClause
on-delete clause
See Also