How will you send data from one data table to another data table using best approach?
Rajan Mishra
The best approach for transporting data from one data table to another data table is by using .copy() method.You can also cope the structure of data table by using .clone() method.