EntityBaseIEntityGetMemberEntityCollections Method |
Gets a list of all entity collections stored as member variables in this entity. The contents of the list is
used by the Save logic to perform recursive saves. Only 1:n related collections are returned.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax List<IEntityCollection> IEntity.GetMemberEntityCollections()
Private Function GetMemberEntityCollections As List(Of IEntityCollection)
Implements IEntity.GetMemberEntityCollections
Return Value
Type:
ListIEntityCollection
Collection with 0 or more IEntityCollection objects, referenced by this entity
Implements
IEntityGetMemberEntityCollectionsSee Also