【发布时间】:2016-04-15 09:59:33
【问题描述】:
在我的 LINQ 中为多对多连接表而苦苦挣扎:-(
我有 College、Student 和 StudentApplications 实体。
A College has many StudentApplications
A Student has many StudentApplications (for a number of different Colleges)
我怎样才能最好地获得所有已申请大学的学生?
我更喜欢使用 Lambda 表达式。
或者,如果您能指出一个很好的在线教程,可以帮助我自己更好地解决问题!
EF Core 错误
在根据答案实施时(谢谢),我在该区域的 EF 7/Core 中遇到了一个错误。我提出了以下问题:
【问题讨论】: