Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added optional DbConnection to .Update and .Delete #130

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

MrOnosa
Copy link

@MrOnosa MrOnosa commented Oct 3, 2019

  • 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

Tyler Palesano added 4 commits August 22, 2019 07:13
…tion. Added test. Followed the same patterns as .InsertAll
…tion. Added test. Followed the same patterns as .InsertAll
…tion. Added test. Followed the same patterns as .InsertAll.
@RudeySH
Copy link

RudeySH commented Oct 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants