SqlBulkCopy Multiple Tables Insert under single Transaction OR Bulk Insert Operation between Entity Framework and Classic Ado.net

前端 未结 2 1207
情深已故
情深已故 2021-02-19 07:17

I have two tables which need to be inserted when my application run.
Let\'s say that I have tables as followed

  • tbl_FirstTable and tbl_SecondTable
<
2条回答
  •  一个人的身影
    2021-02-19 08:02

    Have you tried setting AutoDetectChangesEnabled = false in the Context.Configuration before all the inserts?

提交回复
热议问题