EntityBase2AddToMemberEntityCollectionsQueue Method |
Adds the member collections to the collections 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 AddToMemberEntityCollectionsQueue(
Queue<IEntityCollection2> collectionsQueue
)
Protected Overridable Sub AddToMemberEntityCollectionsQueue (
collectionsQueue As Queue(Of IEntityCollection2)
)
Parameters
- collectionsQueue
- Type: System.Collections.GenericQueueIEntityCollection2
The collections queue.
See Also