DbEntityEntry.CurrentValues Property

Definition

Gets the current property values for the tracked entity represented by this object.

public System.Data.Entity.Infrastructure.DbPropertyValues CurrentValues { get; }
member this.CurrentValues : System.Data.Entity.Infrastructure.DbPropertyValues
Public ReadOnly Property CurrentValues As DbPropertyValues

Property Value

The current values.

Applies to