Partager via


IPrincipalKeyValueFactory<TKey>.FindNullPropertyInCurrentValues Méthode

Définition

Recherche la première valeur de clé null dans l’entrée donnée et retourne le associé IProperty.

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

Paramètres

entry
IUpdateEntry

Entrée qui suit une instance d’entité.

Retours

Propriété associée

S’applique à