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.1.0.0 (5.1.0)
Syntax protected virtual void CreateMemberEntityCollectionsQueue(
Queue<IEntityCollection2> collectionsQueue,
Queue<bool> requiredQueue
)
Protected Overridable 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