Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 13, 2024 13:40
Show Gist options
  • Save wullemsb/952061a62c9ff9c3225670b1a89531c1 to your computer and use it in GitHub Desktop.
Save wullemsb/952061a62c9ff9c3225670b1a89531c1 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