Support for true batch Updates and Deletes through extension methods on Table<TEntity> class
There are a number of online implementations of a BatchUpdate and BatchDelete extension methods that can be transferred.
15
votes
pparth
shared this idea
-
Jonathan Trumbull commented
This would be terrific. I have a hybrid project where most of my insertions/updates are well served by the existing "batch" updates but have some cases where I need to insert/update several thousand rows and this is a real headache having to create methods to do this the old SQL bulk insert way.