ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / PrimaryKey Property

In This Topic
    PrimaryKey Property
    In This Topic
    Returns an array of C1ViewColumn objects that constitute a primary key of this view.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrimaryKey As C1ViewColumn()
    public C1ViewColumn[] PrimaryKey {get;}
    Remarks
    See the Composite View Definition topic for details on how a primary key is determined.
    See Also