A GroupByList is a list of GroupBy instances.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class GroupByList : IObjectList, 
	IQueryNode
Visual Basic
Public Class GroupByList _
	Implements IObjectList, IQueryNode
Visual C++
public ref class GroupByList : IObjectList, 
	IQueryNode

Remarks

Each GroupBy instance in the GroupByList represents a single dimension of record grouping. Additionally, the GroupByList may be tagged with a method for computing subtotal aggregates, which are basically aggregates grouped by subsets of the GroupBy dimensions.

If an empty GroupByList is attached to a Statement, this indicates that the input records will be GROUPed to a single record.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..GroupByList

See Also