diff --git a/src/PhenX.EntityFrameworkCore.BulkInsert/BulkInsertProviderBase.cs b/src/PhenX.EntityFrameworkCore.BulkInsert/BulkInsertProviderBase.cs index 26d2610..852ce08 100644 --- a/src/PhenX.EntityFrameworkCore.BulkInsert/BulkInsertProviderBase.cs +++ b/src/PhenX.EntityFrameworkCore.BulkInsert/BulkInsertProviderBase.cs @@ -144,7 +144,7 @@ private async Task PerformBulkInsertAsync( activity?.AddTag("tempTable", tempTableRequired); activity?.AddTag("synchronous", sync); - await BulkInsert(false, context, tableInfo, entities, tableName, columns, options, ctk); + await BulkInsert(sync, context, tableInfo, entities, tableName, columns, options, ctk); return tableName; }