EntityBase2CreateMemberEntityCollectionsQueue Method  | 
 
            Creates the member entity collections queue.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected void CreateMemberEntityCollectionsQueue(
	Queue<IEntityCollection2> collectionsQueue,
	Queue<bool> requiredQueue
)
Protected Sub CreateMemberEntityCollectionsQueue ( 
	collectionsQueue As Queue(Of IEntityCollection2),
	requiredQueue As Queue(Of Boolean)
)
Parameters
- collectionsQueue
 - Type: System.Collections.GenericQueueIEntityCollection2
The collections queue. - requiredQueue
 - Type: System.Collections.GenericQueueBoolean
The required queue. 
See Also