Skip to content

Instantly share code, notes, and snippets.

@yostane
Created September 15, 2017 19:45
Show Gist options
  • Select an option

  • Save yostane/efd18c817cfa70995f1d2530d3548c1b to your computer and use it in GitHub Desktop.

Select an option

Save yostane/efd18c817cfa70995f1d2530d3548c1b to your computer and use it in GitHub Desktop.
using (var context = new VideoGamesDatabaseContext())
{
var res = context.VideoGames.Where(vg => predicate(vg)).Delete(x => x.BatchSize = 500);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment