3 references to AcceptAllChanges
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
2426AcceptAllChanges();
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (2)
511Context.AcceptAllChanges(); //Puts modifiedEntityWrapper into unchanged state. 624Context.AcceptAllChanges(); //Force the entity just added into unchanged state. Wrapped entities must be tracked.