Old/New Values

Hi,

I'm using the TAureliusModelEvents to hook up to OnUpdating event.
The Args inparameter to the event gives me my entity object with the new values, but is there a way to somehow get the old values stored with the object?

Thank you,
Leo

Yes, they are available in the OldColumnValues parameter:

https://doc.tmssoftware.com/biz/aurelius/guide/events.html#onupdating-event

1 Like

Ahh, I'm not sure how I was able to overlook that in the documentation, sorry about that!

Thank you,
Leo

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.