Click or drag to resize

MapperExtensionKernelRowBeforeDelete Method

Fired when the mapper is just about to delete an entire row from the database.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void RowBeforeDelete(
	IMapper sender,
	EAPEventArgs e
)

Parameters

sender
Type: NetQuarry.DataIMapper
The event's sender.
e
Type: NetQuarryEAPEventArgs
Event arguments.
See Also