Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsSelectListToString()()
Returns the string form of this SelectList.
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 SelectList.
Remarks
The SelectList format is:
CopyC#
SELECT <i>expression1</i> AS <i>derived-prop-name1</i>, <i>expression2</i> AS <i>derived-prop-name2</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
The string:
CopyC#
SELECT COUNT(TransId) AS NumTrans
is returned if the derived property name is NumTrans and the expression uses the COUNT function to compute the number of transactions by the TransId field.

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