RelationshipKeys Property |
Gets the relationship keys.
Namespace:
Dundas.BI.Data.Relationships
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
IReadOnlyListRelationshipKeySee Also