Linq2Sql:链接没有关系的表

发布于 2024-09-08 06:24:22 字数 177 浏览 7 评论 0原文

我是 Linq2Sql 的新手,为了学习它,我尝试使用 Linq2Sql 针对 FogBugz 表设置报告。但是,由于 FogBugz 表没有任何真正的外键关系,LinqToSql 找不到这些关系,我无法弄清楚如何通过设计器创建它们。那么,有没有办法手动执行此操作?如果我手动执行此操作,然后决定添加另一个表,我所做的所有内容都会被覆盖吗?

I'm new to Linq2Sql and to learn it I'm trying to setup reports using Linq2Sql against the FogBugz tables. But, since the FogBugz tables don't have any true Foreign Key relationships, LinqToSql isn't finding the relationships and I can't figure out how to create them through the Designer. So, is there a way to do this manually? If I do it manually and then later decide to add another table, will everything I did be overwritten?

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

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

发布评论

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

评论(1

风吹雨成花 2024-09-15 06:24:22

您可以在 SQL2LINQ 设计器中添加关系(又名关联),方法是右键单击设计器中的空白区域,选择“添加”->“关联”。协会。

选择父表和子表(类),然后使用父类和子类下拉列表下方显示的网格相应地链接表上的属性

You can add relationships (aka Associations) in the SQL2LINQ designer by right clicking the white space in the designer, choose Add -> Association.

Choose your parent and child tables (classes), then link the properties on the tables accordingly using the grid that appears below the dropdowns for parent and child classes

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