删除DataTable重复列,只删除其中的一列重复行的解决方法

2019-05-20 13:52:12刘景俊

             {
                 int tempIndex = Convert.ToInt32(indexList[i]);
                 if (tempIndex == index)
                 {
                     return true;
                 }
             }
             return false;
         }
         #endregion