-2
這是查詢:如何將這個SQL查詢寫入LINQ?
select * from Product
inner join Restaurant on Product.RestaurantId=Restaurant.RestaurantId
where Product.ProductName like '%something%' and Restaurant.RestaurantAddress
like '%something%'
搜索如何加入使用LINQ名單... –