次の方法で共有


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

キーの値。

適用対象