Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 13, 2024 13:50
Show Gist options
  • Save wullemsb/dfab8d6b284b4876d4b98af897469d6a to your computer and use it in GitHub Desktop.
Save wullemsb/dfab8d6b284b4876d4b98af897469d6a to your computer and use it in GitHub Desktop.
var ids = context.Database
.SqlQuery<int>($"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