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 175 forks source link

Added optional DbConnection to .Update and .Delete #130

Open MrOnosa opened 5 years ago

MrOnosa commented 5 years ago

Address issue #126

RudeySH commented 5 years ago

FYI, I merged #127 and #128 into my fork of EntityFramework.Utilities, https://github.com/RudeySH/EntityFramework.Utilities.