All of our database tables have UpdateUserID and UpdateTS. I\'d like to have this set if my entity has changes. Is there a way I can have this update on the spot condition
You should be able to handle the SavingChanges event (example here) and perform logic as outlined by @sander