Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 13, 2024 13:51
Show Gist options
  • Save wullemsb/8defe9c2a25e504971f8feaf4b1811db to your computer and use it in GitHub Desktop.
Save wullemsb/8defe9c2a25e504971f8feaf4b1811db to your computer and use it in GitHub Desktop.
var ids = context.Database
.SqlQuery<int>(FormattableStringFactory.Create("SELECT TOP 10 ProductId FROM Products"))
.ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment