IPrincipalKeyValueFactory<TKey>.CreateFromCurrentValues 方法

定义

根据给定条目中的键值创建键对象。

public TKey CreateFromCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
public TKey? CreateFromCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
abstract member CreateFromCurrentValues : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> 'Key
Public Function CreateFromCurrentValues (entry As IUpdateEntry) As TKey

参数

entry
IUpdateEntry

跟踪实体实例的条目。

返回

TKey

键值。

适用于