EntityBase2IEntity2GetDependingRelatedEntities 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.4.0.0 (5.4.0)
Syntax List<IEntity2> IEntity2.GetDependingRelatedEntities()
Private Function GetDependingRelatedEntities As List(Of IEntity2)
Implements IEntity2.GetDependingRelatedEntities
Return Value
Type:
ListIEntity2
Collection with 0 or more IEntity2 objects, referenced by this entity
Implements
IEntity2GetDependingRelatedEntitiesSee Also