DataAccessAdapterCoreOnDeleteEntityCollectionComplete Method  | 
 
            Called at the end of the DeleteEntityCollection method
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected virtual void OnDeleteEntityCollectionComplete(
	IEntityCollection2 entityCollectionToDelete
)
Protected Overridable Sub OnDeleteEntityCollectionComplete ( 
	entityCollectionToDelete As IEntityCollection2
)
Parameters
- entityCollectionToDelete
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
the entity collection which was delete 
See Also