DataView dv = new DataView(dt); dt = dv.ToTable(true, new string[] { "1", "2", "3", "4", "5", "6", "7" }); return dt;
C#去除DataTable中的重复数值
原文:https://www.cnblogs.com/xuxian001/p/13091796.html