Returns the string form of this ExprAggregate.
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 ExprAggregate.Implements
IQueryNode..::..ToString()()()()
Remarks
The ExprAggregate format is:
CopyC#
where FUNCTION is an aggregate function name.
FUNCTION(<i>subexpression</i>)
The format for an ExprAggregate with a filter is:
CopyC#
where filter is the filter added by the Filter setting property.
FUNCTION(<i>subexpression</i>) WHERE <i>filter</i>