i want to get only updated rows from dataTable1from Dataset
assume that I have a Table1 in Dataset. In this Table1 there are 50 rows.
Now I update only 20 rows.
How to get only that 20 updated rows from Table1 of Dataset.
I don't want all 50 rows but only want that 20 updated rows.