How to use EntityFramework.BulkInsert?

后端 未结 1 1651
轻奢々
轻奢々 2020-12-19 20:17

I\'m trying to use EntityFramework.BulkInsert located at http://efbulkinsert.codeplex.com/. It\'s an extension for Entity Framework.

I installed the proper NuGet pa

相关标签:
1条回答
  • 2020-12-19 20:49

    You need to add

    using EntityFramework.BulkInsert.Extensions;
    

    to the top of your class

    0 讨论(0)
提交回复
热议问题