最佳答案
我正在编写一个LINQ到SQL语句,并且我在c#中使用ON
子句进行普通内部连接的标准语法。
如何在LINQ to SQL中表示以下内容:
select DealerContact.*
from Dealer
inner join DealerContact on Dealer.DealerID = DealerContact.DealerID