EntityBase2GetMemberEntityCollectionCoreInstances Method  | 
 
            Gets a list of all entity collections stored as member variables in this entity. The contents of the list is
            used by the DataAccessAdapter 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.5.0.0 (5.5.18.1019)
Syntaxprotected override IEnumerable<IEntityCollectionCore> GetMemberEntityCollectionCoreInstances()
Protected Overrides Function GetMemberEntityCollectionCoreInstances As IEnumerable(Of IEntityCollectionCore)
Return Value
Type: 
IEnumerableIEntityCollectionCoreEnumerable with 0 or more IEntityCollectionCore objects, referenced by this entity
See Also