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.9.0.0 (5.9.0)
Syntax
protected virtual void OnDeleteEntityCollection(
	IEntityCollection2 entityCollectionToDelete
)

Parameters

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