[]
Gets the collection of SortDescriptor objects used to sort the data.
public SortDescriptorCollection SortDescriptors { get; }
In a Load() operation, the SortDescriptors are used to perform server-side sorting. The specified sorting is also applied on the client side when changes are made on the client to the loaded entities, with the DataView reflecting the changes.