I have a query here and its working in SQL, but I am using LINQ and I don't know how to convert it. Can anyone help me?
This is my query:
select o.name, count(o.officeID)
from SysTransaction t
left join SysOffice o on t.officeID = o.officeID
group by o.officeID