Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsGroupByListToString()()
Returns the string form of this GroupByList.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString () override
Return Value
The string form of this GroupByList.
Remarks
The GroupByList format for an empty GroupByList is:
CopyC#
GROUP
An empty GroupByList indicates a GROUP operation that will result in a single result record.

The format:

CopyC#
GROUP BY <i>grouping-key-name1</i>, ...
is used if the GroupByList has one or more GroupBy objects.

Examples
The string:
CopyC#
GROUP BY Region, Year
is returned if the aggregated records are grouped by the Region and Year combination.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0