Returns the string form of this ExprCoalesce.

Namespace: Endeca.Navigation.Analytics
Assembly: 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 ExprCoalesce.

Implements

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

Remarks

The ExprCoalesce format is:
CopyC#
COALESCE(<i>expression1</i>, <i>expression2</i>...)
where each expression is a coalesce expression in the CoalesceList.

See Also