| DataAccessAdapterCoreOnDeleteEntityComplete Method  | 
 
            Called right before the actual delete action is executed
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual void OnDeleteEntityComplete(
	IActionQuery deleteQuery,
	IEntity2 entityToDelete
)
Protected Overridable Sub OnDeleteEntityComplete ( 
	deleteQuery As IActionQuery,
	entityToDelete As IEntity2
)
Parameters
- deleteQuery
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
the ActionQuery object which will be executed - entityToDelete
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
the entity which was deleted by deleteQuery 
See Also