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

How to realize the batch operation,update and delete #5979

Closed
Seanxwy opened this issue Jul 5, 2016 · 1 comment
Closed

How to realize the batch operation,update and delete #5979

Seanxwy opened this issue Jul 5, 2016 · 1 comment

Comments

@Seanxwy
Copy link

Seanxwy commented Jul 5, 2016

How to realize the batch update and batch delete data??Don't need to query and then update

@rowanmiller
Copy link
Contributor

Currently you would need to issue a raw SQL statement using context.Database.ExecuteSqlCommand() to run the command.

In the future, we plan to implement a set-based update/delete feature - #795.

@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
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

No branches or pull requests

3 participants