Better change tracking for POCO proxies
I've noticed that in the proxied poco classes, an entity is marked as modified whenever a property is set, regardless of whether the value has actually changed. I think it would be nicer if only truly modified entities are flagged as modified.
274
votes
1 comment
-
Anonymous
commented
I'd like to be able to all properties that change. GetModifiedProperties() returns all the properties modified or not.