共用方式為


IPrincipalKeyValueFactory<TKey>.FindNullPropertyInCurrentValues 方法

定義

尋找指定專案中的第一個 Null 索引鍵值,並傳回相關聯的 IProperty

public Microsoft.EntityFrameworkCore.Metadata.IProperty FindNullPropertyInCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
public Microsoft.EntityFrameworkCore.Metadata.IProperty? FindNullPropertyInCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
abstract member FindNullPropertyInCurrentValues : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Public Function FindNullPropertyInCurrentValues (entry As IUpdateEntry) As IProperty

參數

entry
IUpdateEntry

追蹤實體實例的專案。

傳回

相關聯的屬性。

適用於