Data Table dtA, dtB 가 만들어져 있을때 // inner join var innerJoin = from tb1 in dtA.AsEnumerable() join tb2 in dtB.AsEnumerable() on tb1.
確定! 回上一頁