如何更改此查询以便返回所有u.usergroups?
from u in usergroups from p in u.UsergroupPrices select new UsergroupPricesList { UsergroupID = u.UsergroupID, UsergroupName = u.UsergroupName, Price = p.Price };
c# linq linq-to-entities entity-framework left-join
c# ×1
entity-framework ×1
left-join ×1
linq ×1
linq-to-entities ×1