ObjectContext.AcceptAllChanges Method
Accepts all changes made to objects in the object context.
Namespace: System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Accepts the changes on all associated entries in the ObjectStateManager so their resultant state is either unchanged or detached.
This method iterates all the ObjectStateEntry objects within the ObjectStateManager that are Added or Modified, and then sets the state of the entry to Unchanged. The Deleted items become detached.
If the SaveChanges method was called and the AcceptAllChangesAfterSave was not specified, the user must call the AcceptAllChanges method. The AcceptAllChanges method is useful in the scenario where a transaction has failed and a user wants to retry.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.