This question shows research effort; it is useful and clear
29
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
誰かがこれを翻訳するのを手伝ってくれませんか
var query = from s in context.ShoppingMalls
join h in context.Houses
on
new { s.CouncilCode, s.PostCode }
equals
new { h.CouncilCode, h.PostCode }
select s;