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)
Syntaxpublic Dictionary<string, string> Columns { get; }Public ReadOnly Property Columns As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Columns {
Dictionary<String^, String^>^ get ();
}member Columns : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
Remarks
Key is foreign key column name, value is referenced (parent) column name.
See Also