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.4.0.0 (5.4.0)
Syntax protected void GetFromMemberEntityCollectionsQueue(
Queue<IEntityCollection2> collectionsQueue
)
Protected Sub GetFromMemberEntityCollectionsQueue (
collectionsQueue As Queue(Of IEntityCollection2)
)
Parameters
- collectionsQueue
- Type: System.Collections.GenericQueueIEntityCollection2
The collections queue.
See Also