Hello
I am trying to combine different DataTables.
DataTable--1 ==> Matrix : 3row * 4column ==> DataTable is created.
DataTable--2 ===> Matrix : 3row * 4column ==> DataTable is created.
I don't know how to join the different DataTable--1 and DataTable--2 that have been created.
===> Matrix : 3row * 8column
===> How do you join DataTables in C#?
Awaiting your reply.
Thank you
I am trying to combine different DataTables.
DataTable--1 ==> Matrix : 3row * 4column ==> DataTable is created.
DataTable--2 ===> Matrix : 3row * 4column ==> DataTable is created.
I don't know how to join the different DataTable--1 and DataTable--2 that have been created.
===> Matrix : 3row * 8column
===> How do you join DataTables in C#?
Awaiting your reply.
Thank you