IUpdateEntry.GetRelationshipSnapshotValue(IPropertyBase) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指派給屬於外鍵或主體索引鍵之屬性的最後一個值
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
要取得值的屬性。
傳回
屬性的值。