How can I select all data in a data table (all rows and columns) and delete it through a script?
Go to Solution
dt = Current Data Table(); dt << Select All Rows() << Delete Rows;
View solution in original post