Freigeben über


IPrincipalKeyValueFactory<TKey>.FindNullPropertyInCurrentValues Methode

Definition

Sucht den ersten NULL-Schlüsselwert im angegebenen Eintrag und gibt den zugeordneten IPropertyzurück.

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

Parameter

entry
IUpdateEntry

Der Eintrag, der eine Entität instance nachverfolgt.

Gibt zurück

Die zugeordnete Eigenschaft.

Gilt für: