摘要:
using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.Data; using System.Data.SqlClient; namespace DAL { public class SQLHelper { ... 阅读全文
摘要:
Linq知识点总结:(一)、构建两个List泛型集合List list=new List() { new Person(){ Name="Olive",Sex="女",age=22}, new Person(){ Name="Moyao",Sex="男",age=23}, new Person(){... 阅读全文