ConnectionProviderSql.CreateForeignKey(DBTable, DBForeignKey) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| table | DBTable |
| foreignKey | DBForeignKey |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public virtual void CreateForeignKey(
DBTable table,
DBForeignKey foreignKey
)
Public Overridable Sub CreateForeignKey(
table As DBTable,
foreignKey As DBForeignKey
)
| Name | Type |
|---|---|
| table | DBTable |
| foreignKey | DBForeignKey |