Order By property

Use the Order By property to specify IDO properties by which a collection is sorted.

An Order By setting is a comma-delimited list of IDO property names. The default order is ascending. You can specify the order of any of the properties by adding either DESC (descending) or ASC (ascending) after the property name.

Note: If used in code, these attributes must be in UPPER CASE.