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

要获取其值的属性。

返回

属性的值。

适用于