MapperExtensionKernelMapperBulkAfterInsert Method |
Fired when a bulk insert 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 MapperBulkAfterInsert(
IMapper sender,
EventBulkContext bulkContext,
EAPEventArgs e
)
Public Overridable Sub MapperBulkAfterInsert (
sender As IMapper,
bulkContext As EventBulkContext,
e As EAPEventArgs
)
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