Returns the string form of this ExprFunction.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

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 ExprFunction.

Implements

IQueryNode..::..ToString()()()()

Remarks

The format for the EXTRACT, LAG, LEAD, ROUND, and TRUNC functions is:
CopyC#
FUNCTION(<i>subexpression</i>), <i>decPlaces</i>
where FUNCTION is a function name.

The format for the other functions omits the decPlaces setting.

See Also