摘要:
取相交项 描述:查询城市是A打头的顾客和城市包含A的顾客的交集,并按照顾客名字排序 查询句法: var取相交项=(fromcinctx.Customerswherec.City.Contains("A")selectc).Intersect (fromcinctx.Customerswherec.ContactName.StartsWith("A")selectc).OrderBy(c... 阅读全文
posted @ 2010-11-29 21:59 gmtyt 阅读(125) 评论(0) 推荐(0)
浙公网安备 33010602011771号