dotConnect for PostgreSQL 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()
 

Property Value

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