UnitOfWork2RemoveFromUoW Method  | 
 
            Removes the specified entity from this UnitOfWork. If the entity is in an added collection, the entity will later on still be added. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic virtual void RemoveFromUoW(
	IEntity2 entityToRemove
)
Public Overridable Sub RemoveFromUoW ( 
	entityToRemove As IEntity2
)
Parameters
- entityToRemove
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity to remove. 
See Also