Skip to content

Instantly share code, notes, and snippets.

@chsami
Last active October 12, 2021 17:45
Show Gist options
  • Save chsami/c3866d0b95448329a5bd263c090aee02 to your computer and use it in GitHub Desktop.
Save chsami/c3866d0b95448329a5bd263c090aee02 to your computer and use it in GitHub Desktop.
List<Entity> list = dbContext.Entity.Where(x => x.Foo == "Foo").ToList()
foreach(var item in list) {
Console.WriteLine(item.ToString())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment