다음을 통해 공유


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

엔터티를 추적하는 항목이 instance.

반환

TKey

키 값입니다.

적용 대상