Is it possible to rewrite complex EF Core “.Include” calls to “Join” calls?

前端 未结 0 427
心在旅途
心在旅途 2021-01-16 16:44

I have two EF Core entity models named Service and ServiceBranch:

public class Service
{
    public Guid ID { get; set; }
    public Guid? ParentServiceID { g         


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