Open MrOnosa opened 5 years ago
Added optional parameter to .Update that accepts an explicit DbConnection. Added test. Followed the same patterns as .InsertAll.
Added optional parameter to .Delete that accepts an explicit DbConnection. Added test. Followed the same patterns as .InsertAll.
Address issue #126
FYI, I merged #127 and #128 into my fork of EntityFramework.Utilities, https://github.com/RudeySH/EntityFramework.Utilities.
Added optional parameter to .Update that accepts an explicit DbConnection. Added test. Followed the same patterns as .InsertAll.
Added optional parameter to .Delete that accepts an explicit DbConnection. Added test. Followed the same patterns as .InsertAll.
Address issue #126