dotConnect for SQLite Documentation
Devart.Common Namespace / DbDataTable Class / PrimaryKey Property

In This Topic
    PrimaryKey Property
    In This Topic
    Gets or sets an array of columns that function as primary keys for the data table.
    Syntax
    'Declaration
     
    Public Shadows Property PrimaryKey As DataColumn()
    public new DataColumn[] PrimaryKey {get; set;}

    Property Value

    An array of System.Data.DataColumn objects.
    See Also