The code provided works on DataRow obecjt that represent a field for each column, so when you copy a DataRow you copy all columns.You have do use another way.A way to do what you need is to clone original DataTable and remove columns, so you obtain a DataTable with a column subset; I think it's a little unsafe becouse if you loose key field removing columns, I'm not sure rows keep stand in insert order, so on a rematch maybe match fail.ByeVN:F [1.9.15_1155]please wait...VN:F [1.9.15_1155](from 0 votes)