Click or drag to resize

MapperExtensionKernelMapperBulkBeforeInsert Method

Fired when a bulk insert operation, using this mapper, is being started.

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

Parameters

sender
Type: NetQuarry.DataIMapper
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