DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / SortDescriptor Class / SortDescriptor Constructor / SortDescriptor Constructor(String,ListSortDirection)
The sort property path
The sort direction

In This Topic
    SortDescriptor Constructor(String,ListSortDirection)
    In This Topic
    Initializes a new instance of the SortDescriptor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyPath As String, _
       ByVal direction As ListSortDirection _
    )
    public SortDescriptor( 
       string propertyPath,
       ListSortDirection direction
    )

    Parameters

    propertyPath
    The sort property path
    direction
    The sort direction
    See Also