I want to add the data column from one datatable to another as below:
And it show me an error message :
Add Data Column: Column ‘xxx’ already belongs to another DataTable.
why column belongs to another DataTable can’t be add to specific datatable1?
Please help me, thanks
Input:
column : datatable3.columns(0)
Datatable: datatable1