如何将现有 EDMX 1.0 型号升级到新的 EDMX 2.0?

发布于 2024-08-28 00:37:16 字数 164 浏览 12 评论 0原文

我想升级现有的 EDMX 模型,而无需手动重新生成它。该数据库很旧,几乎不包含外键,并且有许多必须合并为单个实体的表。我想使用 Visual Studio 2010 附带的 EDMX 2.0,但我不想手动重新创建模型,因为这会使我们远远落后于计划。

有什么建议吗?

I'd like to upgrade an existing EDMX model without having to regenerate it by hand. The database is old, contains virtually no foreign keys and has many tables that had to be merged into single entities. I would like to use the EDMX 2.0 that comes with Visual Studio 2010, but I do not want to recreate the model by hand as that would put us way behind schedule.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ι不睡觉的鱼゛ 2024-09-04 00:37:16

在 VS 2010 中打开旧项目。然后只需在项目设置中将目标框架从 3.5 更改为 4.0。在这种情况下,.edmx 文件将自动更新。

Open your old project in VS 2010. Then just change Target Framework from 3.5 to 4.0 in your project settings. In this case the .edmx file will be updated automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文