IMapperBulkInsertEnd Method |
Complete a bulk insert operation that was initiated with a call to
BulkInsertBegin(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, BulkInsertBegin was called.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax ExtResults BulkInsertEnd()
Function BulkInsertEnd As ExtResults
Return Value
Type:
ExtResultsThe status of the ExtensionEvents.MapperBulkAfterInsert event.
See Also