RelationshipKeys Property |
Gets the relationship keys.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyList<RelationshipKey> Keys { get; }Public ReadOnly Property Keys As IReadOnlyList(Of RelationshipKey)
Get
public:
property IReadOnlyList<RelationshipKey>^ Keys {
IReadOnlyList<RelationshipKey>^ get ();
}member Keys : IReadOnlyList<RelationshipKey> with get
Property Value
IReadOnlyListRelationshipKey
See Also