在 EDMX 中更新时保存我自己创建的实体
我已经在 edmx 中为存储过程创建了自己的实体,即临时表。 现在,当我更新 EDMX 并添加或更新任何表时,我创建的实体(用于临时表)将从 SSDL 部分中删除。
有什么办法可以让我的更改不丢失。 Mean 可以扩展 EDMX 或任何其他方式......
谢谢......
I have created my own entities in edmx i.e. temp table for a stored procedure.
Now when i update my EDMX and adds or update any table, the entity which i created (for temp table) is removed from SSDL portion.
Is there any way that my changes are not lost. Mean can extend EDMX or any other way.....
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是从数据库向导更新模型的一个已知问题。模型中的所有手动更改都将被丢弃。
VS 2010 RTM 中未修复此问题。
This is a known problem of Update model from database wizard. All manual changes in the model are discarded.
It was not fixed in VS 2010 RTM.