IUpdateEntry.GetRelationshipSnapshotValue(IPropertyBase) Método

Definición

Obtiene el último valor asignado a la propiedad que forma parte de una clave externa o una clave principal.

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

Parámetros

propertyBase
IPropertyBase

La propiedad cuyo valor se va a obtener.

Devoluciones

Valor de la propiedad.

Se aplica a