摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Linq_to_Object查询集合{ class ... 阅读全文
posted @ 2015-11-22 14:54 t800 阅读(556) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 查询表达式{ class Program { ... 阅读全文
posted @ 2015-11-22 14:27 t800 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 每种数据源都有自己的查询语言;Linq的提出就是为了:跨越各种数据源的统一查询方式Linq主要包含了 4个组件,Linq to Object 、Linq to XML 、Linq to DataSet 和 Linq to SQL .Linq to sql 可以查询基于关系数据库的数据,其中微软只是对... 阅读全文
posted @ 2015-11-22 13:13 t800 阅读(126) 评论(0) 推荐(0) 编辑