IUpdateEntry.GetRelationshipSnapshotValue(IPropertyBase) メソッド

定義

外部キーまたはプリンシパル キーの一部である プロパティに割り当てられた最後の値を取得します

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

パラメーター

propertyBase
IPropertyBase

値が取得されるプロパティです。

戻り値

プロパティの値。

適用対象