Returns the string form of this OrderBy.


The string form of this OrderBy.

For an ascending sort, the OrderBy format is:
CopyC#
For a descending sort, the format is:
CopyC#
where key-sort-name is the Endeca property
or dimension by which the records will be sorted.

<i>key-sort-name</i> ASC

<i>key-sort-name</i> DESC

This string:
CopyC#
is returned if the sorting key is a property named YearSales
and an ascending sort direction has been set.

YearSales ASC