linq join多字段

1 from VS in m2db.Inf_VehicleSale
2                         join RS1 in m2db.His_RecSale on new { VS.vehicleCode, auctionCode=VS.AuctionCode } equals new { RS1.vehicleCode, RS1.auctionCode } 
原文地址:https://www.cnblogs.com/wuchao/p/3272854.html