Skip to main content
A newer version of this page is available. .

DBTable.PrimaryKey Field

Specifies a DBPrimaryKey object that represents a primary keys for the table. The primary key must be unique to identify the record in the table. It’s also possible to have a table with a primary key made up of two or more columns.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DBPrimaryKey PrimaryKey

Field Value

Type
DBPrimaryKey
See Also