摘要: public IQueryable<Product> GetProducts(int categoryID) { return from p in db.Products where p.CategoryID== categoryID select new Product { Name = p.Na 阅读全文
posted @ 2023-03-29 17:22 心中Where_True循环 阅读(50) 评论(0) 推荐(0) 编辑