Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void OnDeleteEntityCollection(
	IEntityCollection2 entityCollectionToDelete
)

Parameters

entityCollectionToDelete
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
the entity collection to delete
See Also