Problem with converting raw SQL to Eentity Framework, order by, count

后端 未结 0 1234
执笔经年
执笔经年 2021-01-20 00:27

I have a trouble with converting this query to Entity Framework

SELECT Products.Name, COUNT(*) 
FROM OrdersProducts 
JOIN Products on OrdersProducts.ProductId         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题