Skip to content

ExecuteUpdate/Delete (AKA bulk update, without loading data into memory) #795

Closed

Description

EF does not provide a batch update mechanism. A proposal is below.
Context.Customers.Update().Where.( c => c.CustType ==“New”).Set( x => x.CreditLimit=0)

Will you consider this feature?
More details here: https://entityframework.codeplex.com/workitem/52


Design summary: #795 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

area-bulkcudclosed-fixedThe issue has been fixed and is/will be included in the release indicated by the issue milestone.type-enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions