使用Linq Composite表

时间:2012-03-05 09:34:46

标签: linq asp.net-mvc-3 linq-to-sql

我正在开发MVC3应用程序并在数据库中包含以下表格:

User: UserId, UserName
Trip: TripId, Route
User_Trip: UserId, TripId, DropoffPoint (Composite table)

问题是:如何绑定但是可以在不使用viewmodel的情况下检索DropoffPoint(在复合表中)?

0 个答案:

没有答案