如何使用具有非复数表名称的 SubSonic SimpleRepository

发布于 2024-10-11 02:15:42 字数 402 浏览 4 评论 0原文

我发现 SubSonic SimpleRepository 需要复数表名,但是我已经开始处理没有这个的数据库,并且我无法更改表名。

有没有一种方法可以在不更改数据库的情况下使用 Subsonic?

我看过一个建议,但我没有太想像了。

我并不局限于使用 SimpleRepository,我只是认为它是最简单的,因为我需要能够根据客户的要求交换数据库连接(SQL 和 Oracle)。两者的架构相同。使用 SimpleRepository,我只需更换 web.config 中的连接字符串即可。

I have found out that SubSonic SimpleRepository expectes plural table names however I have started working on a database that doesn't have this and I am unable to change the table names.

Is there a way I can use Subsonic without making database changes?

I have seen one suggestion but I don't fancy that too much.

I'm not tied to using the SimpleRepository I just thought it would be easiest as I need the ability to swap database connections (SQL & Oracle) based on the clients requirements. The schema is the same on both. With SimpleRepository I can just swap out the connection string in the web.config.

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

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

发布评论

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

评论(1

记忆消瘦 2024-10-18 02:15:42

您可以在与 Simple Repo 一起使用的类上应用 SubSonicTableNameOverride 属性,并使用任意表名称!

You can apply the SubSonicTableNameOverride attribute on your classes you use with Simple Repo and use an arbitrary table name!

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