Share via


IUpdateEntry.GetRelationshipSnapshotValue(IPropertyBase) Método

Definição

Obtém o último valor atribuído à propriedade que faz parte de uma chave estrangeira ou chave 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

A propriedade da qual obter o valor.

Retornos

O valor da propriedade.

Aplica-se a