MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 176 forks source link

Delete by Query fails if using profilers #126

Open MrOnosa opened 5 years ago

MrOnosa commented 5 years ago

I noticed that .InsertAll and .UpdateAll both have an optional DbConnection connection, which makes working with Profilers easier. But, there is no way to use a specific DbConnection when trying to Delete by Query.