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.9.0.0 (5.9.0)
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