共用方式為


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

要取得值的屬性。

傳回

屬性的值。

適用於