TAureliusModelEvents OnDeleting Event

Hi,

I am using the TAureliusModelEvents component in my XData Server.

I need to do some aditional processing in either the OnDeleting or OnDeleted events. To do this I need to get the values of some of the columns. How can I do this?

Thanks,

Ken

In both events, the entity object is provided to you. You can cast it to the correct class and simply read the properties available.

Thanks Wagner, so simple. I'm awed by the excellence of XData!

2 Likes

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