EntityBase2AddToMemberEntityCollectionsQueue Method  | 
 
            Adds the member collections to the collections queue (base first)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxprotected void AddToMemberEntityCollectionsQueue(
	Queue<IEntityCollection2> collectionsQueue
)
Protected Sub AddToMemberEntityCollectionsQueue ( 
	collectionsQueue As Queue(Of IEntityCollection2)
)
Parameters
- collectionsQueue
 - Type: System.Collections.GenericQueueIEntityCollection2
The collections queue. 
See Also