var result = from a in list.ToList() join b in db.vProductAndDescriptions on a.ProductID equals b.ProductID select new ...
確定! 回上一頁