Click or drag to resize

CreateWindowClauseWithColumns Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.WithColumns(System.Collections.Generic.IList`1)"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateWindowClause WithColumns(
	IList columns
)

Parameters

columns
Type: System.Collections.GenericIListT

[Missing <param name="columns"/> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.WithColumns(System.Collections.Generic.IList`1)"]

Return Value

Type: CreateWindowClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.WithColumns(System.Collections.Generic.IList`1)"]

See Also