Why the Left Outer join?

后端 未结 3 1939
醉梦人生
醉梦人生 2021-02-20 04:03

weird one. (Probably not weird, at all)

I have 3 objects, Employee, Rota and Department.

public class Employee
{
    public int Id { get; set; }
    publ         


        
3条回答
  •  遇见更好的自我
    2021-02-20 04:57

    I am by no means an expert and I am just guessing here. But could you try the query the way entity framework is doing it and then try it the way you would ideally like to see the query and post the time differentials. Maybe the entity framework is on to something here, but I doubt it.

提交回复
热议问题