G
Guest
how do I access a row within a DataTable object, after marked for deletion using row.Delete()
It seems to throw an exception, even though the data is available if I call The data_table.rejectChanges()
please help, I basically want access to all deleted rows, for reading before calling data_table.acceptChanges()
Thanks in advance
rotemo.
It seems to throw an exception, even though the data is available if I call The data_table.rejectChanges()
please help, I basically want access to all deleted rows, for reading before calling data_table.acceptChanges()
Thanks in advance
rotemo.