Hi to all,
In case of EntityFramework, how can I monitor if an user modified some data on the server so that I could know when to update my tables in the client application?
Detect database update
Re: Detect database update
We recommend you to implement this functionality at the ADO.NET level: http://www.devart.com/dotconnect/mysql/ ... dency.html.