DataAccessAdapterCoreOnDeleteEntityCollection Method |
Called at the start of the DeleteEntityCollection method
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected 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