使用具有不同表前缀的相同 linq

发布于 2024-08-27 04:04:15 字数 94 浏览 6 评论 0原文

我有一个使用 LINQ 连接到数据库的 Web 应用程序。 问题是我只有 1 个数据库,并且我需要多个表副本,1 个副本/客户端。是否可以让 linq 根据其前缀使用一组表?

I have a webapplication that uses LINQ to connect to a database.
The problem is that I Only have 1 database, and I need a several copy's of the tables, 1 copy / client. Is it possible to make linq use a set of tables acording to their prefex ?

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

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

发布评论

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

评论(1

再浓的妆也掩不了殇 2024-09-03 04:04:15

您可以将同一个表拖放到 dbml 文件的表面,并将 dbml 中新添加的表重命名为您想要的任何内容,这样您就可以拥有比 linq 中单个表的表示更多的内容,并且您可以轻松实现您想要的任何

内容希望我正确理解你的问题

You can drag and drop the same table to the surface of dbml file and rename the newly added table in dbml to anything you want, that way you can have more than on represenation of single table in linq and you can easily implement whatever you want

I hope I understand your problem correctly

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