EntityEntry.CurrentValues Propriété

Définition

Obtient les valeurs de propriété actuelles pour cette 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

Valeur de propriété

Valeurs actuelles.

Attributs

Remarques

Pour plus d’informations et d’exemples , consultez Accès aux entités suivies dans EF Core .

S’applique à