I am writing a concurrency handler for an UNTYPED dataset. I want to present the user with all 3 versions of the record: theirs, current, original . The DBConcurrencyException object makes it easy to retreive "Theirs" and "Original". Getting the current version however presents a problem. How would I re-read the database and get the current version?