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 (25.3.0.1000)
Syntaxpublic IReadOnlyDictionary<Guid, EntityInfo> References { get; }Public ReadOnly Property References As IReadOnlyDictionary(Of Guid, EntityInfo)
	Get
public:
property IReadOnlyDictionary<Guid, EntityInfo>^ References {
	IReadOnlyDictionary<Guid, EntityInfo>^ get ();
}member References : IReadOnlyDictionary<Guid, EntityInfo> with get
Property Value
Type: 
IReadOnlyDictionaryGuid, 
EntityInfoA dictionary (keyed by the ID of the referenced entity) containing information about each referenced entity.
See Also