Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在数据库中有两个表,
我使用 aview将它们映射到我的应用程序中的一个对象(使用 EF)
view
我该如何执行save()此视图?
save()
会EfContect.SaveChanges();足够吗?
EfContect.SaveChanges();
或者我应该得到两个相关的项目(2表)
根据视图的变化修改它们然后应用EfContect.SaveChanges();?
在 ADO.NET 实体框架中制作可更新视图接受更新:
将 store:Type=”Views” 更改为 store:Type=”Tables”</p> 从 Schema 属性中删除 store: 前缀 删除 store:Name 属性 注释掉元素
将 store:Type=”Views” 更改为 store:Type=”Tables”</p>
从 Schema 属性中删除 store: 前缀
删除 store:Name 属性
注释掉元素