比如现在有三张表 Student,Teacher,Courses
在Student 和 Teacher中都包含 Icollection<Courses>,那这样想把Student和Teacher联合起来就必须通过Courses连接,这个怎么写呢?
Teacher和Student是many to many关系,你想把他们连接起来查询什么呢?
Student=>Courses=>Teacher。如问题描述:"在Student 和 Teacher中都包含 Icollection<Courses>",在Courses中应该也有对Teacher的引用吧