Skip to main content

DBTable.ForeignKeys Property

Provides access to the current DBTable‘s foreign keys collection.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public List<DBForeignKey> ForeignKeys { get; }

Property Value

Type Description
List<DBForeignKey>

A list of DBForeignKey objects that represent the foreign keys defined in the current DBTable.

See Also