We're using Snapshotting to update database records. I need to report which columns are being changed, with before and after values. Is there a way to do this with Snapshotting or do I need to roll my own comparison code for columns? and if so - can you think of a way to do this generically?
Thanks!