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

Tanım

Verilen girişte ilk null anahtar değerini bulur ve ilişkili değerini IProperty 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 izleme girdisi.

Döndürülenler

IProperty

İlişkili özellik.

Şunlara uygulanır