DBTable.ForeignKeys Property
Provides access to the current DBTable‘s foreign keys collection.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
List<DBForeignKey> | A list of DBForeignKey objects that represent the foreign keys defined in the current DBTable. |
See Also