EntityEntry.CurrentValues Property

Definition

Gets the current property values for this entity.

C#
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues CurrentValues { get; }
C#
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.PropertyValues CurrentValues { [System.Diagnostics.DebuggerStepThrough] get; }

Property Value

The current values.

Attributes

Remarks

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

Applies to

Product Versions
Entity Framework Core 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0