RelationalStructureForeignKeys Property

Gets list of foreign keys.

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public IList<ForeignKey> ForeignKeys { get; }

Property Value

Type: IListForeignKey
Remarks
Only applicable to tables.
See Also