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

DBPrimaryKey Constructors

The primary key of a table.
Name Parameters Description
DBPrimaryKey() none Initializes a new instance of the DBPrimaryKey class with default settings.
DBPrimaryKey(ICollection) columns Initializes a new instance of the DBPrimaryKey class with the specified columns that function as primary keys for a table.
DBPrimaryKey(String, ICollection) name, columns Initializes a new instance of the DBPrimaryKey class with the specified name and columns that function as primary keys for a table.
See Also