DataView dv =dataTable.DefaultView;
DataTable dt = dv.ToTable(true, "Name");

  

05-11 16:01