DataTable t1=new DataTable();
//.............
DataTable t2=t1.Copy();
t2.Columns.Remove("字段1");
t2.Columns.Remove("字段4");
t2.Columns.Remove("字段5");