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.1.0.0 (5.1.0)
Syntax protected virtual void OnEntityRemoved(
T entityToRemove
)
Protected Overridable Sub OnEntityRemoved (
entityToRemove As T
)
Parameters
- entityToRemove
- Type: T
The entity to remove.
See Also