摘要:
var sizelist= (from p in stockList select p.Size).Distinct().ToArray(); 阅读全文
posted @ 2010-10-15 15:07
老齐编程
阅读(3907)
评论(0)
推荐(0)
摘要:
string[] cities =new string[] { "Seattle", "London", "Vancouver", "Paris" };var q = db.Customers.Where(p=>cities.Contains(p.City)).ToList(); 阅读全文
posted @ 2010-10-15 15:05
老齐编程
阅读(294)
评论(0)
推荐(0)

浙公网安备 33010602011771号