数据上下文 - Linq to SQL
没有人教我如何使用它们,而且我也找不到太多关于如何正确使用它们的信息。
目前,我说为我的用户、用户详细信息、用户配置文件等提供一个数据上下文。然后,我为我的帮助中心提供一个单独的数据上下文,保存票证、票证回复和票证附件等。
这是正确的吗?我应该像这样分割它们吗?我显然无法在设计器中创建两个数据上下文之间的关联。所有表都应该位于一个数据上下文中吗?把他们分开有什么好处吗?其中的表并不完全相互独立。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看另一个 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