| UnitOfWorkAddForDelete Method (IEntity) | 
            Adds the passed in entity for deletion. 
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
 Syntax
Syntaxpublic bool AddForDelete(
	IEntity entityToDelete
)
Public Function AddForDelete ( 
	entityToDelete As IEntity
) As Boolean
Parameters
- entityToDelete
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
 The entity to delete via this unit of work
Return Value
Type: 
Booleantrue if the entity is accepted, false if the entity is rejected (entity is new)
 See Also
See Also