| EntityBase2IEntity2GetDependentRelatedEntities Method  | 
 
            Gets a collection of related entities referenced by this entity which this entity depends on (this entity is the FK side of their PK fields). These
            entities will have to be persisted before this entity during a recursive save.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
SyntaxList<IEntity2> IEntity2.GetDependentRelatedEntities()
Private Function GetDependentRelatedEntities As List(Of IEntity2)
	Implements IEntity2.GetDependentRelatedEntities
Return Value
Type: 
ListIEntity2
            Collection with 0 or more IEntity2 objects, referenced by this entity
            
Implements
IEntity2GetDependentRelatedEntities
See Also