Returns the string form of this Select.


The string form of this Select.


This string:
CopyC#
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.

AVG(Amount) / MAX(Amount) AS AvgOverMax