Click or drag to resize

CreateWindowClauseAddView Method (String, Expression)

Adds a parameterized view to the 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 AddView(
	string name,
	params Expression[] parameters
)

Parameters

name
Type: SystemString
is the view name, for example "length" for a length window
parameters
Type: com.espertech.esper.common.client.sodaExpression
is a list of view parameters

Return Value

Type: CreateWindowClause
named window creation clause
See Also