Click or drag to resize
CollectionCoreTOnEntityRemoving Method
Called at the start of a remove routine which removes an entity from this collection. Will raise EntityRemoving event.

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

Parameters

entityToRemove
Type: T
The entity to remove.

Return Value

Type: Boolean
true if the remove action can continue (e.g. the event wasn't canceled) otherwise false.
See Also