标签: entity-framework
好吗?如果我将在EF 4.3中动态更改ProxyCreationEnabled配置的值?
somecontext.Configuration.ProxyCreationEnabled = false; somecontext.Set().Get(id); somecontext.Configuration.ProxyCreationEnabled = true; ...