DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / SortDescriptor Class
Members

In This Topic
    SortDescriptor Class
    In This Topic
    Descriptor used by the ClientViewSource to sort data returned from queries.
    Object Model
    SortDescriptor Class
    Syntax
    'Declaration
     
    Public Class SortDescriptor 
       Inherits System.Windows.DependencyObject
    public class SortDescriptor : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.Data.DataSource.SortDescriptor

    See Also