WaitForBulkResults
Specifies whether provider waits for bulk results when using the asynchronous API.
データ型
bool
デフォルト値
false
解説
This property is active only when UseAsyncBatch is set to true.
When set to true, the 本製品 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.