似乎这种方式不再可用.
public ApplicationDbContext() { this.Configuration.LazyLoadingEnabled = false; }
ErikEJ.. 6
EF7中(当前)不存在延迟加载,因此没有API可以禁用它https://github.com/aspnet/EntityFramework/issues/3797
EF7中(当前)不存在延迟加载,因此没有API可以禁用它https://github.com/aspnet/EntityFramework/issues/3797