Snippets Collections
var minPrice = 5.00m;
Product = await _context.Products
	.FromSqlInterpolated($"SELECT * FROM dbo.Products WHERE Price > {minPrice}")
	.ToListAsync();
star

Wed Feb 02 2022 22:00:17 GMT+0000 (Coordinated Universal Time)

#c# #entityframework

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension