Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created February 24, 2024 13:59
var products = context.Products
.FromSql($"SELECT ProductID as Id, * FROM dbo.Products")
.ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment