摘要: Linq查询知识点详解 Linq标准查询语法格式 var data = from 变量 in 集合对象 where 布尔表达式 orderby 排序字段 descending|ascending select 变量; 解释: select:提取要查询的数据 where:筛选满足条件的元素 from  阅读全文
posted @ 2014-08-31 12:55 易墨 阅读(1014) 评论(1) 推荐(5) 编辑
Fork me on GitHub