摘要: Linq中怎么用 between…and? var query = from p in context.Parent from c in context.Child.Where(x => p.cob >= x.effective) ... 阅读全文
posted @ 2015-04-01 22:26 ibg 阅读(1044) 评论(0) 推荐(0) 编辑