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

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