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

DBPrimaryKey(ICollection) Constructor

Initializes a new instance of the DBPrimaryKey class with the specified columns that function as primary keys for a table.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DBPrimaryKey(
    ICollection columns
)

Parameters

Name Type Description
columns ICollection

A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the DBTableMultiColumnGadget.Columns property.

See Also