OrderingItems property

Applies to
TIB_Dataset

Declaration
Property OrderingItems : TIB_StringList;

Description
This property is used to define a list of valid sort criteria for a dataset.

Entries should be made in the following format:

< user readable name of sort >=< ascending ORDER BY criteria>[;< descending ORDER BY criteria >