1
Reply

How will you send data from one data table to another data table using best approach?

Rajan Mishra

Rajan Mishra

6y
631
2
Reply

    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.