linq on 多連接條件

1.  on new{o.field1, o.field2} equals new {p.field1, p.field2}code

2.  from m in table1 from n in table2 where m.id==n.id && m.code==n.code select new{...}table

相關文章
相關標籤/搜索