See my reply to your earlier thread. The Update method uses the insert, updated, and delete command objects to update any records that are out of sync with the values in the database. It adds new records, updates modified ones, and removes deleted records.
Any records that have not been changed in the data set are not touched in the database to reduce the amount of data that must be transmitted back to the database server.
Again, reply if that doesn't make sense.
|