摘要: 命名空间:using System.Data.Objects;var query = db.TxtRes.Join(db.LangRes, a => new { id1 = a.ResID, id2 = a.ResID }, b => new { id1=b.ID,id2=b.ID }, (a, b... 阅读全文
posted @ 2015-12-10 11:42 甜菜波波 阅读(1267) 评论(0) 推荐(0)
摘要: sql 版:SELECT [t0].[OrderID], [t0].[CustomerID], [t0].[EmployeeID], [t0].[OrderDate], [t0].[RequiredDate], [t0].[ShippedDate], [t0].[ShipVia], [t0].[Fr... 阅读全文
posted @ 2015-12-10 11:30 甜菜波波 阅读(2607) 评论(0) 推荐(0)