-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to DbContext/DbSet methods per design meeting decisions
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
- Loading branch information
1 parent
0b41f87
commit 134d72e
Showing
28 changed files
with
1,076 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.