IUpdateEntry.GetRelationshipSnapshotValue(IPropertyBase) Méthode

Définition

Obtient la dernière valeur affectée à la propriété qui fait partie d’une clé étrangère ou d’une clé principale

public object GetRelationshipSnapshotValue (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
public object? GetRelationshipSnapshotValue (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
abstract member GetRelationshipSnapshotValue : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> obj
Public Function GetRelationshipSnapshotValue (propertyBase As IPropertyBase) As Object

Paramètres

propertyBase
IPropertyBase

Propriété pour laquelle obtenir la valeur.

Retours

Valeur de la propriété.

S’applique à