EntityEntry.CurrentValues Proprietà

Definizione

Ottiene i valori delle proprietà correnti per questa entità.

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

Valore della proprietà

Valori correnti.

Attributi

Commenti

Per altre informazioni ed esempi, vedere Accesso alle entità rilevate in EF Core .

Si applica a