ObjectStateEntry.GetUpdatableOriginalValues Method

Definition

Gets the updatable version of original values of the object associated with this ObjectStateEntry .

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public abstract System.Data.Entity.Core.Objects.OriginalValueRecord GetUpdatableOriginalValues ();
abstract member GetUpdatableOriginalValues : unit -> System.Data.Entity.Core.Objects.OriginalValueRecord
Public MustOverride Function GetUpdatableOriginalValues () As OriginalValueRecord

Returns

The updatable original values of object data.

Attributes

Applies to