CountCheapula: For Work Item: 1089 Performance enhancement for EntityAdapter.IsStateManagerDirty method
This is a contribution from IDisposable to replace uses of GetObjectStateEntriesCount and GetObjectStateEntries with a new method HasChanges that doesn't bother getting or counting any entries but just returns true as soon as it is known that there is something that needs to be saved.
↧