IPrincipalKeyValueFactory<TKey>.CreateFromCurrentValues(IUpdateEntry) Yöntem

Tanım

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

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 izleme girdisi.

Döndürülenler

TKey

Anahtar değeri.

Şunlara uygulanır