DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientViewSource Class / SortDescriptors Property

In This Topic
    SortDescriptors Property
    In This Topic
    Gets the collection of SortDescriptor objects used to sort the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptors As SortDescriptorCollection
    public SortDescriptorCollection SortDescriptors {get;}
    Remarks
    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.
    See Also