Click or drag to resize

GroupByClauseExpressionRollupOrCube Constructor (Boolean, IList)

Initializes a new instance of the GroupByClauseExpressionRollupOrCube class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public GroupByClauseExpressionRollupOrCube(
	bool cube,
	IList expressions
)

Parameters

cube
Type: SystemBoolean

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

expressions
Type: System.Collections.GenericIListT

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

See Also