Currently code like the EntityAdapter is invoking IsStateManagerDirty, which implements a full copy of the state tracking dictionaries into an array, which is unnecessary if we just need to know whether there are pending changes. The new HasChanges API should have the same semantics but should be more efficient.
↧