i just wanted to ask if there is a way the reject all changes made to a ADO.NET Framework model with its relations?
Auditing in Entity Framework describes a way the restore the original value of a single entity. But is this possible for all unsaved changes in the whole database?
i just wanted to ask if there is a way the reject all changes
Share
Non of the methods below worked for me. Solution was to write a function which refreshed the whole entity.