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 #128

Closed MrOnosa closed 5 years ago

MrOnosa commented 5 years ago

Added optional parameter to .Update that accepts an explicit DbConnection. Added test. Followed the same patterns as .InsertAll.

This is similar to PR #127 which addressed issue #126.

MrOnosa commented 5 years ago

Closing in order to combine this and #127 into one PR.