Compartir a través de


EntityEntry.CurrentValues Propiedad

Definición

Obtiene los valores de propiedad actuales para esta entidad.

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

Valor de propiedad

Los valores actuales.

Atributos

Comentarios

Consulte Acceso a entidades con seguimiento en EF Core para obtener más información y ejemplos.

Se aplica a