Open this page in the API Guide

Relationship.Keys Property

Gets the relationship keys.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IReadOnlyList<RelationshipKey> Keys { get; }

Property Value

Type: IReadOnlyList<RelationshipKey>
See Also