EntityBase2GetFromMemberEntityCollectionsQueue Method |
Gets the member collections queue from the queue (base first)
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual void GetFromMemberEntityCollectionsQueue(
Queue<IEntityCollection2> collectionsQueue
)
Protected Overridable Sub GetFromMemberEntityCollectionsQueue (
collectionsQueue As Queue(Of IEntityCollection2)
)
Parameters
- collectionsQueue
- Type: System.Collections.GenericQueueIEntityCollection2
The collections queue.
See Also