DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1AdoNetVirtualDataCollection)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also