Linq To Entities with Count, Join and Group By

后端 未结 0 658
北荒
北荒 2020-12-04 12:21

I am struggling to get this to work correctly.

This is the SQL that works:

select name, count(*) pending_assigned_orders from ord_account oa
    join c         


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