DbEntityEntry<TEntity>.OriginalValues Property

 

Gets the original property values for the tracked entity represented by this object. The original values are usually the entity's property values as they were when last queried from the database.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public DbPropertyValues OriginalValues { get; }

Property Value

Type: System.Data.Entity.Infrastructure.DbPropertyValues

The original values.