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

Finish implementation of DbContext API surface #193

Closed
rowanmiller opened this issue May 22, 2014 · 3 comments
Closed

Finish implementation of DbContext API surface #193

rowanmiller opened this issue May 22, 2014 · 3 comments

Comments

@rowanmiller
Copy link
Contributor

No description provided.

@rowanmiller
Copy link
Contributor Author

Talk to Arthur

@ajcvickers ajcvickers assigned ajcvickers and unassigned lukewaters Dec 1, 2014
@ajcvickers
Copy link
Contributor

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 ajcvickers removed this from the 7.0.0 milestone Dec 2, 2014
@ajcvickers ajcvickers removed the pri0 label Dec 2, 2014
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 ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants