Returns the wire 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 virtual string ToWire() |
| Visual Basic |
|---|
Public Overridable Function ToWire As String |
| Visual C++ |
|---|
public: virtual String^ ToWire() |
Return Value
The wire form of this GroupBy.Implements
IQueryNode..::..ToWire()()()()
Remarks
This method is not intended for public use because
the wire format is subject to change.