Tuesday

linq "in" exisits


var itemQuery = from cartItems in db.SalesOrderDetails
where cartItems.SalesOrderID == 75144
select cartItems.ProductID;


var myProducts = from p in db.Products
where itemQuery.Contains(p.ProductID)
select p;

details

No comments:

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...