EntityBaseReferences Property

Gets information about which other entities are directly referenced by this instance.

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IReadOnlyDictionary<Guid, EntityInfo> References { get; }

Property Value

Type: IReadOnlyDictionaryGuid, EntityInfo
A dictionary (keyed by the ID of the referenced entity) containing information about each referenced entity.
See Also