删除所有约定。这可以解决我的问题吗

发布于 2024-11-04 08:10:14 字数 156 浏览 0 评论 0原文

将 codefirst 与现有数据库一起使用可能是一个相当大的挑战,因为事情与约定不匹配。仍然不知道所有约定是什么,但你就知道了。

现在,如果我要删除所有约定,我是否仍然需要进行 fks 的映射以及多对多等...

这样做有什么问题吗?

有什么建议吗?

Using codefirst with an existing database can be quite a challenge as things dont match up the conventions.Still dont know what all conventions are but there you go..

Now if I were to remove all conventions do I still need to do the mapping of fks and many to many etc...

Are there any problems in doing so.

any suggestions?

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

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

发布评论

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

评论(1

浪荡不羁 2024-11-11 08:10:14

如果您删除所有约定,您将必须使用流畅的 API 映射几乎所有内容。任何自动检测(如外键、主键等)都是按约定完成的。此外,数据注释属性到映射的转换也是按照约定完成的。

If you remove all conventions you will have to map almost everything with fluent API. Any automatic detection like foreign keys, primary keys etc. is done by conventions. Also translation of data annotation attributes into mapping is done by conventions.

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