EntityCoreTFieldsGetDependentRelatedEntitiesT 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.4.0.0 (5.4.0)
Syntax protected List<T> GetDependentRelatedEntities<T>()
where T : IEntityCore
Protected Function GetDependentRelatedEntities(Of T As IEntityCore) As List(Of T)
Type Parameters
- T
Return Value
Type:
ListTCollection with 0 or more T objects, referenced by this entity
See Also