my question is when data adapter updates a dataset does it check whether any rows are modified after filling the dataset. I am working extensively with data adapter and data set in my project, so I would like to know if there will be any gain in performance if I check whether there are any changes in the data set and then only update it using adapter.