使用 EF5.0 并查看编译,我可以看到一切正常。我从调用堆栈中看到视图被调用。edmx 属性元数据工件处理设置为 embed in assembly
下面的这个方法(构造函数)被调用。但它是怎么知道这个名字的?我可以在 1 个组件中拥有多个模型吗?我很高兴它有效,但我想知道下面发生了什么。
有任何想法吗?
public ViewsForBaseEntitySetsFE35229A04DD6E5585E40F6CE4FBC33EE6C9199EBD58235921B21B951250FF67()
{
this.EdmEntityContainerName = "BosMasterEntities";
this.StoreEntityContainerName = "BosMasterModelStoreContainer";
this.HashOverMappingClosure = "0edb68dd82ba8436bcabb10d30d018482670a8944e1013c90d795d35afea1b8d";
this.HashOverAllExtentViews = "d0d326d5289ea43aa6ea7854e053ba0bd410789e3196101e38bace646c0fa404";
this.ViewCount = 34;
}