EntityCoreTFieldsGetDependingRelatedEntityCoreInstances Method |
Gets a collection of related entities referenced by this entity which depend on this entity (this entity is the PK side of their FK fields). These
entities will have to be persisted after this entity during a recursive save.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected abstract IEnumerable<IEntityCore> GetDependingRelatedEntityCoreInstances()
Protected MustOverride Function GetDependingRelatedEntityCoreInstances As IEnumerable(Of IEntityCore)
Return Value
Type:
IEnumerableIEntityCoreEnumerable with 0 or more IEntityCore objects, referenced by this entity
See Also