摘要: SQLLINQ Lambda SELECT * FROM HumanResources.Employee from e in Employees select e Employees .Select (e => e) SELECT e.LoginID, e.JobTitle FROM HumanRe 阅读全文
posted @ 2017-02-15 16:49 蚂蚁撼大象 阅读(153) 评论(0) 推荐(0) 编辑