EntityBase2GetFromMemberEntityCollectionsQueue Method  | 
 
            Gets the member collections queue from the queue (base first)
            
 
    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 void GetFromMemberEntityCollectionsQueue(
	Queue<IEntityCollection2> collectionsQueue
)
Protected Sub GetFromMemberEntityCollectionsQueue ( 
	collectionsQueue As Queue(Of IEntityCollection2)
)
Parameters
- collectionsQueue
 - Type: System.Collections.GenericQueueIEntityCollection2
The collections queue. 
See Also