How do we get only edited/deleted/inserted records from a Dataset?
we can identify these records by accessing the readonly property of datarow in dataset which is "RowSate" Property. It will return 5 values which are: Inserted Modified deleted Original Edited