EntityEntry.CurrentValues Property

Definition

Gets the current property values for this entity.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues CurrentValues { get; }
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues CurrentValues { [System.Diagnostics.DebuggerStepThrough] get; }
member this.CurrentValues : Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CurrentValues : Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues
Public Overridable ReadOnly Property CurrentValues As PropertyValues

Property Value

The current values.

Attributes

Remarks

See Accessing tracked entities in EF Core for more information and examples.

Applies to