MapperKernelBulkDeleteEnd Method |
Complete a bulk delete operation that was initiated with a call to
BulkDeleteBegin(EventBulkContext).
This method will delete the mapper's internal bulk context object set by that call.
This method should be called if, and only if, BulkDeleteBegin was called.
Note that the
MapperBulkAfterDelete event is fired from within this method.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ExtResults BulkDeleteEnd()
Public Function BulkDeleteEnd As ExtResults
Return Value
Type:
ExtResultsThe status of the ExtensionEvents.MapperBulkAfterDelete event.
Implements
IMapperBulkDeleteEndSee Also