IMapperBulkDeleteEnd 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax ExtResults BulkDeleteEnd()
Function BulkDeleteEnd As ExtResults
Return Value
Type:
ExtResultsThe status of the ExtensionEvents.MapperBulkAfterDelete event.
See Also