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