I am loading a dataset directly to a DataGridView, it has the option to edit its records (in the DataGridView), but when finished it gives the option to save the changes, my doubt is how to save only those that were modified directly to the database in a fast way, since to go through everything and compare would be slower (due to the amount of information)