WaitForBulkResults
Specifies whether provider waits for bulk results when using the asynchronous API.
Data Type
bool
Default Value
false
Remarks
This property is active only when UseAsyncBatch is set to true.
When set to true, the provider waits for asynchronous bulk insert operations to finish. Full status information is returned, including row-level IDs, statuses, and error messages.
When set to false, bulk insert requests return as soon as they are submitted. This results in faster execution, but only limited status information is available.
This property is useful when you need detailed results for asynchronous bulk operations, such as row-level success and error reporting.