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

Added optional DbConnection to .Delete #127

Closed MrOnosa closed 4 years ago

MrOnosa commented 5 years ago

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

This addresses issue #126

MrOnosa commented 4 years ago

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