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

ConnectionProviderSql.CreateForeignKey(DBTable, DBForeignKey) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public virtual void CreateForeignKey(
    DBTable table,
    DBForeignKey foreignKey
)

Parameters

Name Type
table DBTable
foreignKey DBForeignKey
See Also