数据上下文 - Linq to SQL

发布于 2024-10-31 10:34:01 字数 222 浏览 0 评论 0原文

没有人教我如何使用它们,而且我也找不到太多关于如何正确使用它们的信息。

目前,我说为我的用户、用户详细信息、用户配置文件等提供一个数据上下文。然后,我为我的帮助中心提供一个单独的数据上下文,保存票证、票证回复和票证附件等。

这是正确的吗?我应该像这样分割它们吗?我显然无法在设计器中创建两个数据上下文之间的关联。所有表都应该位于一个数据上下文中吗?把他们分开有什么好处吗?其中的表并不完全相互独立。

No one has taught me how to use these, and I can't find much on how I should be using them properly.

At the moment I say have a data context for my users, user details, user profiles etc. I then have a separate one for my help centre, holding tickets, ticket replies and ticket attachments etc.

Is this correct? Should I be splitting them like this? I cant create an association between two data contexts apparently in the designer. Should all tables be in just one data context? Any benefit to splitting them up? The tables in them are not fully independent of each other.

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

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

发布评论

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

评论(1

情话难免假 2024-11-07 10:34:01

看看另一个 Stackoverflow 问题: Linq-to-SQL: how much datacontexts?

摘要:只使用一个数据上下文你整个数据库

Have a look here at another Stackoverflow question: Linq-to-SQL: how many datacontexts?

Summary: just use one datacontext for you entire DB

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