MapperKernelBulkUpdateEnd Method |
Complete a bulk update operation that was initiated with a call to
BulkUpdateBegin(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, BulkUpdateBegin was called.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ExtResults BulkUpdateEnd()
Public Function BulkUpdateEnd As ExtResults
Return Value
Type:
ExtResultsThe status of the ExtensionEvents.MapperBulkAfterUpdate event.
Implements
IMapperBulkUpdateEndSee Also