I'm working on Audit implementation and for Modified entities I need to go into field details. So, not just entity but which field was modified and Old vs New values.
How do I iterate through entity properties and extract OldValue, NewValue, PropertyName?