Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsSelectToString()()
Returns the string form of this Select.
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 Select.
Remarks
The Select format is:
CopyC#
<i>expression</i> AS <i>derived-prop-name</i>
where expression is the string form of an IExpr expression and derived-prop-name is the name of the derived property that will be produced.
Examples
This string:
CopyC#
AVG(Amount) / MAX(Amount) AS AvgOverMax
is returned if the derived property name is AvgOverMax and the expression assigns the ratio of the average Amount value to the maximum "Amount" value.

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