EntityCoreTFieldsIEntityCoreGetRelatedData Method |
Gets all related data objects, stored by name. The name is the field name mapped onto the relation for that particular data element.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax Dictionary<string, Object> IEntityCore.GetRelatedData()
Private Function GetRelatedData As Dictionary(Of String, Object)
Implements IEntityCore.GetRelatedData
Return Value
Type:
DictionaryString,
ObjectDictionary with per name the related referenced data element, which can be an entity collection or an entity or null
Implements
IEntityCoreGetRelatedDataSee Also