2016年4月13日

摘要: //Students //.Where (u=>(u.SAddress=="南阳")) // //Students //.Select(e=>(new {e.SName,e.SAddress})) // // //from s in Students //where s.SName=="孔明" //select new {s.SName,s.SAddress} // //Students //... 阅读全文
posted @ 2016-04-13 11:20 努力的活着_在人间 阅读(202) 评论(0) 推荐(0)

导航