Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected void CreateMemberEntityCollectionsQueue(
	Queue<IEntityCollection2> collectionsQueue,
	Queue<bool> requiredQueue
)

Parameters

collectionsQueue
Type: System.Collections.GenericQueueIEntityCollection2
The collections queue.
requiredQueue
Type: System.Collections.GenericQueueBoolean
The required queue.
See Also