对于实体框架关联,建议使用独立关联还是 FK 关联?
对于实体框架关联,建议使用独立关联还是 FK 关联?
我尝试在独立关联中使用多重性时收到错误。
For Entity Framework associations, are Independent Associations or FK Associations recommended?
I have been receiving an error with the multiplicity I tried to use in an independent association.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我重新运行“从模型生成数据库”命令时,我收到的错误已得到修复。我必须重新运行每次模型更改以清除错误。
我将使用 FK 关联,因为它们目前是默认的。
The errors I was receiving were fixed when I re-ran the "Generate Database from Model" command. I must re-run this every model change I make to clear the errors.
I will use the FK Associations since they are currently the default.