Entity Framework Core eager loading by navigation name(string)

前端 未结 0 933
情歌与酒
情歌与酒 2021-01-19 05:41

I have an 2 entity classes as below:

public class Office
{
    public int Id { get; set; }
    public string Address { get; set; }
    public string Telephone         


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