DBTable.PrimaryKey Field
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public DBPrimaryKey PrimaryKey
#Field Value
Type |
---|
DBPrimary |
See Also