UnitOfWork2RemoveCollectionFromUoW Method  | 
 
            Removes the specified entity collection from this UnitOfWork. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic virtual void RemoveCollectionFromUoW(
	IEntityCollection2 collectionToRemove
)
Public Overridable Sub RemoveCollectionFromUoW ( 
	collectionToRemove As IEntityCollection2
)
Parameters
- collectionToRemove
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
Entity collection to remove. 
See Also