Interface for a class SortDescriptor
SortDirection
Specifies the direction of sorting for the column. The available options are:
Ascending
: Sorts the column in ascending order.Descending
: Sorts the column in descending order. string
Specifies the field name of the column to be sorted.