I want to write the changed fields to the RIA using LinqToEntitiesDomainService,
How to get a list of changed fields from ChangeSetEntry to ChangeSet?
You can get exactly what you want using ObjectStateEntry.GetModifiedProperties . (for example, in the SavingChanges handler of your ObjectContext domain)
Source: https://habr.com/ru/post/1334184/More articles:How to capture jqGrid column change events? - jqgridPHP OOP :: passing session key between classes - oopAndroid: detect active phone number during a phone call - androidHow can I get jars from path class manifests - javaGetting an exception when using the DateTime.Parse method - timezoneHow to change hibernate display properties at runtime - hibernateSorting a data frame based on a month format - sortingTex markup, how to display it in html using python? - pythonRAD - using the JVM debug port - javaRestoring a window from the system tray with permission for only one instance of this program - c #All Articles