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

DBTable.ForeignKeys Property

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

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