标签: linq asp.net-mvc-3 linq-to-sql
我正在开发MVC3应用程序并在数据库中包含以下表格:
User: UserId, UserName Trip: TripId, Route User_Trip: UserId, TripId, DropoffPoint (Composite table)
问题是:如何绑定但是可以在不使用viewmodel的情况下检索DropoffPoint(在复合表中)?