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

AccessConnectionProvider.CreateForeignKey(DBTable, DBForeignKey) Method

Creates a foreign key.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public override void CreateForeignKey(
    DBTable table,
    DBForeignKey fk
)

Parameters

Name Type Description
table DBTable

A DBTable object that represents the table.

fk DBForeignKey

A DBForeignKey object that represents the foreign key.

See Also