摘要: 一、Linq有两种语法: 1、 方法语法 2、 查询语法 下面举个例子看看这两种方法的区别 比如现在有一个学生类 public class student { public string username { get; set; } public int age { get; set; } publ 阅读全文
posted @ 2016-08-28 22:22 金凤 阅读(446) 评论(0) 推荐(1)