-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Finish implementation of DbContext API surface #193
Labels
Comments
Talk to Arthur |
Taking this back for now since I need to do some cleanup here in preparation for starting the exploratory testing of graph behaviors. |
ajcvickers
added a commit
that referenced
this issue
Dec 2, 2014
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
added a commit
that referenced
this issue
Dec 2, 2014
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
added a commit
that referenced
this issue
Dec 2, 2014
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: