Returns the string form of this ExprCoalesce.


The string form of this ExprCoalesce.

The ExprCoalesce format is:
CopyC#
where each expression is a coalesce expression in the CoalesceList.

COALESCE(<i>expression1</i>, <i>expression2</i>...)