Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected void GetFromMemberEntityCollectionsQueue(
	Queue<IEntityCollection2> collectionsQueue
)

Parameters

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