Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JonathanMagnan/b14e03e3d3e3ffa25fb2ed97b77fc0b8 to your computer and use it in GitHub Desktop.
Save JonathanMagnan/b14e03e3d3e3ffa25fb2ed97b77fc0b8 to your computer and use it in GitHub Desktop.
// using Z.EntityFramework.Extensions; // Don't forget to include this.
// Easy to use
context.BulkUpdate(list);
// Easy to customize
context.BulkUpdate(list, bulk => bulk.BatchSize = 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment