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)
Syntaxpublic IList<ForeignKey> ForeignKeys { get; }Public ReadOnly Property ForeignKeys As IList(Of ForeignKey)
Get
public:
property IList<ForeignKey^>^ ForeignKeys {
IList<ForeignKey^>^ get ();
}member ForeignKeys : IList<ForeignKey> with get
Property Value
Type:
IListForeignKey
Remarks
Only applicable to tables.
See Also