摘要:
var query = (from x in a.AsEnumerable() join y in b.AsEnumerable() on x.Field("col1") equals y.Field("col1") select new { col1= y.Field("col1"), col2=x.Field("col2") }).To... 阅读全文
posted @ 2016-10-30 22:03
noteswiki
阅读(538)
评论(0)
推荐(0)

浙公网安备 33010602011771号