tags:

views:

29

answers:

0

Hi,

I have a quesion regarding tracking changes of database records/entityspace objects.

Iam using webservices and passing enityspace objects to WPF client through webmethod. These objects will be assigned to a custom class in WPF application. Custom class is tied to UI of WPF. I want to track changes of Entityspace objects when saving the records to database. I have proxy classes in WPF application and I assume they are disconnected. Is there a way to track changes(update, delete, select)

Thankyou, Report Post