Condividi tramite


IUpdateEntry.GetRelationshipSnapshotValue(IPropertyBase) Metodo

Definizione

Ottiene l'ultimo valore assegnato alla proprietà che fa parte di una chiave esterna o di una chiave 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

Parametri

propertyBase
IPropertyBase

Proprietà per cui ottenere il valore.

Restituisce

Valore della proprietà.

Si applica a