ef4 join 的 asp.net mvc 3 视图

发布于 2024-12-07 21:22:37 字数 66 浏览 0 评论 0原文

如何显示实体框架模型中的联接,然后在 asp.net mvc 3 视图中显示它? 那么连接是基于超过 1 个模型吗?

how can i display a join from a entity framework model and then show it in an asp.net mvc 3 view?
The join is then based on more than 1 model?

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

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

发布评论

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

评论(2

再见回来 2024-12-14 21:22:37

创建一个自定义视图模型来保存 EF 连接的内容。

Create a custom view model that will hold the contents of your EF join.

没有你我更好 2024-12-14 21:22:37

您可以拥有一个具有演示级别所需的所有属性的视图模型。它将包括所有相关模型的所有属性。在实体框架方面,您可以有多种选择。

您可以拥有视图,可以为一个实体映射多个表,您需要提供更多信息才能了解最佳方法。需要了解您要加入的 EF 模型中的关系。

you can have a view model with all the properties you want in the presentation level. It will include all the properties from all the related models. In entity framework side you can have several options.

You can have views, can map several tables for one entity, You need to give more information to give some idea about the best method. Need to know about the relationships you have in your models in EF which you are going to join.

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