ForeignKeyColumns Property

Gets the list of pairs of column names.

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 Dictionary<string, string> Columns { get; }

Property Value

Type: DictionaryString, String
Remarks
Key is foreign key column name, value is referenced (parent) column name.
See Also