IPrincipalKeyValueFactory<TKey>.CreateFromCurrentValues Yöntem

Tanım

Verilen girişteki anahtar değerlerinden bir anahtar nesnesi oluşturur.

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

Parametreler

entry
IUpdateEntry

Varlık örneğini izleyen giriş.

Döndürülenler

TKey

Anahtar değeri.

Şunlara uygulanır