DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Collection Assembly / C1.DataEngine Namespace / C1DataEngineCollection Class / SortDescriptions Property

In This Topic
    SortDescriptions Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also