ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / SortKeyValue Property

In This Topic
    SortKeyValue Property
    In This Topic
    Returns an array of values representing a sort key of the row.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortKeyValue As System.Object()
    public System.object[] SortKeyValue {get;}
    See Also