M
Manuel
Hi to all,
I'm trying to copy a Datacolumn from a table to another, but with this code:
destTable.Columns.Add(srcTable.Column["colname"]);
I got this error:
Column 'colname' already belongs to another DataTable.
Anyone can help me?
I'm trying to copy a Datacolumn from a table to another, but with this code:
destTable.Columns.Add(srcTable.Column["colname"]);
I got this error:
Column 'colname' already belongs to another DataTable.
Anyone can help me?