摘要: SQL LINQ Lambda SELECT * FROM HumanResources.Employee from e in Employees select e Employees .Select (e => e) SELECT e.LoginID, e.JobTitle FROM HumanR 阅读全文
posted @ 2016-08-03 16:58 James·wang 阅读(525) 评论(0) 推荐(1)