我有三张桌子
Table1
1.id
2.name
3.address
4.City
5.InstituteName
Table2
1.collegeId
2.CollegeName
3.CollegeAddress
Table3
1.Schoolid
2.SchoolName
3.SchoolAddress
现在我需要在table1中的html表(MVC 2)中显示视图,该名称包含一个标志,如果它的0然后它的学校(table3)如果它的1然后学院(table2)现在我的观点是
1. id
2. Name
3. SchoolName (OR) CollegeName
4. School (OR) CollegeAddress
我怎么能做这个朋友请帮助我在linq