EF Core - Stop Eager Loading

前端 未结 0 758
南旧
南旧 2020-11-21 05:17

I am using EF core to get the following object:

public class Politician : IEntity
{
    public Politician() => Pledges = new List();

    pub         


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