DataAccessAdapterCoreOnDeleteEntityCollection Method  | 
 
            Called at the start of the DeleteEntityCollection method
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected virtual void OnDeleteEntityCollection(
	IEntityCollection2 entityCollectionToDelete
)
Protected Overridable Sub OnDeleteEntityCollection ( 
	entityCollectionToDelete As IEntityCollection2
)
Parameters
- entityCollectionToDelete
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
the entity collection to delete 
See Also