IPrincipalKeyValueFactory<TKey>.FindNullPropertyInCurrentValues Yöntem

Tanım

Verilen girdideki ilk null anahtar değerini bulur ve ilişkili IPropertydeğerini döndürür.

public Microsoft.EntityFrameworkCore.Metadata.IProperty FindNullPropertyInCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
public Microsoft.EntityFrameworkCore.Metadata.IProperty? FindNullPropertyInCurrentValues (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry);
abstract member FindNullPropertyInCurrentValues : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Public Function FindNullPropertyInCurrentValues (entry As IUpdateEntry) As IProperty

Parametreler

entry
IUpdateEntry

Varlık örneğini izleyen giriş.

Döndürülenler

İlişkili özellik.

Şunlara uygulanır