2 references to ApplyCurrentValues
System.Data.Entity (2)
System\Data\Objects\ObjectContext.cs (1)
876this.ApplyCurrentValues(entitySetName, changed);
System\Data\Objects\ObjectSet.cs (1)
132return this.Context.ApplyCurrentValues<TEntity>(FullyQualifiedEntitySetName, currentEntity);