I’m trying to use a copy of my input datatable inside the reframework, when intialising it. Actualy I need to delete the rows that have been succefuly processed. So I call the copy of the datatable inside the transaction succes. And try to delete each processed row. BUT somehow, it detects the original database and delete the data from it ! What logic is that, how can manage to that ?
Ps: i need to work only on the copy of the original database