Click or drag to resize

TypedMapperExtensionTMapperBulkAfterDelete Method

Fired when a bulk delete operation, using this mapper, has been completed.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void MapperBulkAfterDelete(
	T sender,
	EventBulkContext bulkContext,
	EAPEventArgs e
)

Parameters

sender
Type: T
The mapper being used in the bulk operation.
bulkContext
Type: NetQuarryEventBulkContext
The context of the bulk operation.
e
Type: NetQuarryEAPEventArgs
The event args.
See Also