Anonymous
My feedback
-
214 votes4 comments · [Closed] Entity Framework Core Feature Suggestions · Flag idea as inappropriate… · Admin →
This is something we can consider in EF Core if at some point we implement change tracking proxies.
From the EF6 perspective we don’t plan to change the current behavior. An important part of the motivation to create change tracking proxies is to avoid the cost of performing data comparisons.
Anonymous supported this idea ·
I'd like to be able to all properties that change. GetModifiedProperties() returns all the properties modified or not.