Home
last modified time | relevance | path

Searched refs:UpdateCurrentValueRecord (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DIChangeTrackingStrategy.cs50 void UpdateCurrentValueRecord(object value, EntityEntry entry); in UpdateCurrentValueRecord() method
H A DEntityWrapper.cs318 public override void UpdateCurrentValueRecord(object value, EntityEntry entry) in UpdateCurrentValueRecord() method in System.Data.Objects.Internal.EntityWrapper
320 _changeTrackingStrategy.UpdateCurrentValueRecord(value, entry); in UpdateCurrentValueRecord()
H A DEntityWithChangeTrackerStrategy.cs55 public void UpdateCurrentValueRecord(object value, EntityEntry entry) in UpdateCurrentValueRecord() method in System.Data.Objects.Internal.EntityWithChangeTrackerStrategy
H A DSnapshotChangeTrackingStrategy.cs97 public void UpdateCurrentValueRecord(object value, EntityEntry entry) in UpdateCurrentValueRecord() method in System.Data.Objects.Internal.SnapshotChangeTrackingStrategy
H A DIEntityWrapper.cs192 void UpdateCurrentValueRecord(object value, EntityEntry entry); in UpdateCurrentValueRecord() method
H A DNullEntityWrapper.cs197 public void UpdateCurrentValueRecord(object value, EntityEntry entry) in UpdateCurrentValueRecord() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs158 public override void UpdateCurrentValueRecord(object value, EntityEntry entry) in UpdateCurrentValueRecord() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs233 public abstract void UpdateCurrentValueRecord(object value, EntityEntry entry); in UpdateCurrentValueRecord() method in System.Data.Objects.Internal.BaseEntityWrapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DShaper.cs770 existingEntry.UpdateCurrentValueRecord(wrappedEntity.Entity); in UpdateEntry()
781 existingEntry.UpdateCurrentValueRecord(wrappedEntity.Entity); in UpdateEntry()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DEntityEntry.cs3359 UpdateCurrentValueRecord(wrappedCurrentEntity.Entity); in ApplyCurrentValuesInternal()
3362 internal void UpdateCurrentValueRecord(object value) in UpdateCurrentValueRecord() method in System.Data.Objects.EntityEntry
3365 _wrappedEntity.UpdateCurrentValueRecord(value, this); in UpdateCurrentValueRecord()