Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsExprAggregateToString()()
Returns the string form of this ExprAggregate.
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 ExprAggregate.
Remarks
The ExprAggregate format is:
CopyC#
FUNCTION(<i>subexpression</i>)
where FUNCTION is an aggregate function name.

The format for an ExprAggregate with a filter is:

CopyC#
FUNCTION(<i>subexpression</i>) WHERE <i>filter</i>
where filter is the filter added by the Filter setting property.

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