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

Updates to DbContext/DbSet methods per design meeting decisions #1193

Merged
merged 1 commit into from
Dec 2, 2014

Conversation

ajcvickers
Copy link
Contributor

See https://github.com/aspnet/EntityFramework/wiki/Design-Meeting-Notes:-October-30,-2014#dbcontextdbset-methods

Specifically:

  • Renamed Delete on DbContext to Remove
  • Added Attach
  • Removed async methods except for Add
  • Added non-generic overloads on DbContext
  • Removed XxxRange methods and added params overloads
  • Changed return types to EntityEntry--see Issue Easier state entry access when adding entities #498

This is part of Issue #193

@AndriySvyryd
Copy link
Member

:shipit:

See https://github.com/aspnet/EntityFramework/wiki/Design-Meeting-Notes:-October-30,-2014#dbcontextdbset-methods

Specifically:
- Renamed Delete on DbContext to Remove
- Added Attach
- Removed async methods except for Add
- Added non-generic overloads on DbContext
- Removed XxxRange methods and added params overloads
- Changed return types to EntityEntry--see Issue #498

This is part of Issue #193
@ajcvickers ajcvickers merged commit 134d72e into dev Dec 2, 2014
@bricelam bricelam deleted the SetMethods branch December 16, 2014 18:35
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