EntityEntry.CurrentValues Propriedade

Definição

Obtém os valores de propriedade atuais dessa entidade.

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 da propriedade

Os valores atuais.

Atributos

Comentários

Consulte Acessando entidades controladas no EF Core para obter mais informações e exemplos.

Aplica-se a