标签: asp.net entity-framework-core
似乎这种方式已不再可用。
public ApplicationDbContext() { this.Configuration.LazyLoadingEnabled = false; }
答案 0 :(得分:6)
懒惰加载(当前)不存在于EF7中,因此没有API可以禁用它https://github.com/aspnet/EntityFramework/issues/3797