Both DataTable.Clear() and DataTable.Rows.Clear() will just delete all rows from datatable but not the columns. They both perform same function except that One ...
確定! 回上一頁