实体框架4表名前缀

发布于 2024-09-17 19:34:58 字数 168 浏览 5 评论 0原文

我想知道,在数据库优先方法中,是否可以自动从表名中删除前缀。

例如表名称是:

Core_Customers

我希望它只是Customers

或者这只能通过编辑 edmx 模型中的所有类名来实现?

I would like to know, in a database first approach, if it is possible to automatically strip prefixes from table names.

For example table name is:

Core_Customers

I would like that to be just Customers.

Or is this only possible by editing all the class names in the edmx model?

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

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

发布评论

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

评论(1

摘星┃星的人 2024-09-24 19:34:58

我认为每次生成模型时都会生成设计器,因此即使您对其进行更改也可能不是永久性的。这可能只能通过编辑 edmx 模型中的所有类名称来实现。这是类似帖子!

I think the designer is generated every time you generate your model so even if you change it in it might not be permanent.It's probably only possible by editing all the class names in the edmx model. Here is similar post though!

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