实体框架更新 edmx 会创建重复的属性

发布于 2024-12-11 01:14:19 字数 126 浏览 0 评论 0原文

当我从数据库更新 edmx 时(我在多对多关系表上添加了主键) 我得到重复的属性,例如 InstantceType 和 InstanctType1,对于数据库的每次刷新,我都会得到一个新属性,

您知道是什么原因造成的吗?

When I update my edmx from database ( I added primary keys on many-to-many relation table)
I get duplicated properties like
InstantceType and InstanctType1, for each refresh from db I get a new property

any idea as to what is causing this?

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

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

发布评论

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

评论(1

つ可否回来 2024-12-18 01:14:19

添加密钥后,EF 模型可能变得混乱(损坏)。多对多表有点特殊,因为如果它只包含键,它不会在 EF 图中显示为实体。

要解决此问题,最简单的解决方案是删除模型然后重新生成。

It is probably that the EF model has become confused (corrupted) after the keys were added. A many-to-many table is a bit special, since it will not show up as an entity in an EF diagram if it only contains keys.

To fix this problem, the simplest solution would be to delete the model and then regenerate it.

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