Hi there,
I am implementing the new auditing framework, using the sample in the documentation as a starting point.
I don't have much experience with implementing auditing. I'm assuming that the ability to identify the row in the database that has been inserted/deleted/updated is a common requirement, but I'm a bit confused as to how to achieve it!
All my tables have a field called ID which I could include in my audit data, but if I try to reference it from within any of the audit events I receive an entity out-of-sync exception. I guess that would be null for a new record anyway, since their primary keys are Identity fields.
Any guidance appreciated.
Thanks,
Andrew