Returns the string form of this GroupBy.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic |
|---|
Public Overrides Function ToString As String |
| Visual C++ |
|---|
public: virtual String^ ToString() override |
Return Value
The string form of this GroupBy.Implements
IQueryNode..::..ToString()()()()
Remarks
The GroupBy format is:
CopyC#
if no depth has been set.
"<i>grouping-key-name</i>"
The format:
CopyC#
is used if depth has been specified.
"<i>grouping-key-name</i>:<i>depth</i>"
Examples
The string:
CopyC#
is returned if the grouping key is a dimension named Region
with a grouping level of 2 (that is, two levels below the root of
the dimension hierarchy).
Region:2