Hi, I have an ADO.NET application. When an update occurs, instead of finding the row to update by querying only on the columns that comprise the primary key, I need to query on all columns of the table that may have been changed since I did the read. In the case where a row has changed, the update will...