Click or drag to resize

GroupByClause Constructor (IList)

Initializes a new instance of the GroupByClause class

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

Parameters

groupByExpressions
Type: System.Collections.GenericIListT

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

See Also