Click or drag to resize

CollectionCoreTOnEntityRemoved Method

Called at the end of a remove routine which removes an entity from this collection. Will raise EntityRemoved event.

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 OnEntityRemoved(
	T entityToRemove
)

Parameters

entityToRemove
Type: T
The entity to remove.
See Also