Condividi tramite


IPrincipalKeyValueFactory<TKey>.FindNullPropertyInCurrentValues Metodo

Definizione

Trova il primo valore della chiave Null nella voce specificata e restituisce l'oggetto associato 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

Parametri

entry
IUpdateEntry

Voce che verifica un'istanza di entità.

Restituisce

La proprietà associata.

Si applica a