Click or drag to resize

EntityCore<TFields>.GetRelatedData 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.5.0.0 (5.5.18.1019)
Syntax
protected virtual Dictionary<string, Object> GetRelatedData()

Return Value

Type: Dictionary<String, Object>
Dictionary with per name the related referenced data element, which can be an entity collection or an entity or null
See Also