摘要:
1. 一对多var expr = context.Products .Where(p => p.Category.CategoryName == "LINQ to SQL" && p.UnitPrice > 10m) .Select(p => new { p.Prod... 阅读全文
posted @ 2014-10-26 22:14
libingql
阅读(2427)
评论(0)
推荐(0)
摘要:
1. Takevar expr = context.Products .Take(10);var expr = (from p in context.Products select p) .Take(10);SELECT TOP (10) [... 阅读全文
posted @ 2014-10-26 21:54
libingql
阅读(8140)
评论(0)
推荐(1)

浙公网安备 33010602011771号