2 implementations of UpdateCurrentValueRecord
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
233
public abstract void
UpdateCurrentValueRecord
(object value, EntityEntry entry);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
197
public void
UpdateCurrentValueRecord
(object value, EntityEntry entry)
1 reference to UpdateCurrentValueRecord
System.Data.Entity (1)
System\Data\Objects\EntityEntry.cs (1)
3365
_wrappedEntity.
UpdateCurrentValueRecord
(value, this);