F
Frank Uray
Hi all
I have trouble with DataTable.Merge() ...
For example:
DataTable1 has 3 rows
DataTable2 has 3 rows
now I am going to delete 1 row out of DataTable1.
After Merge, the deleted row is still in DataTable2 ... ???
I have tried to get the DataRowState.Deleted of DataTable2
to delete manually, but there is no row marked as deleted.
How can I hande this ??
Everything else (inserting, updateing) works fine.
Thanks for any help.
Regards
Frank Uray
I have trouble with DataTable.Merge() ...
For example:
DataTable1 has 3 rows
DataTable2 has 3 rows
now I am going to delete 1 row out of DataTable1.
After Merge, the deleted row is still in DataTable2 ... ???
I have tried to get the DataRowState.Deleted of DataTable2
to delete manually, but there is no row marked as deleted.
How can I hande this ??
Everything else (inserting, updateing) works fine.
Thanks for any help.
Regards
Frank Uray