Condividi tramite


IUpdateEntry.IsConceptualNull(IProperty) Metodo

Definizione

Verifica se la proprietà è impostata su Null anche se il tipo di proprietà non è nullable.

public bool IsConceptualNull (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member IsConceptualNull : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
Public Function IsConceptualNull (property As IProperty) As Boolean

Parametri

property
IProperty

Proprietà da controllare.

Restituisce

true se la proprietà è concettualmente null; false Altrimenti.

Si applica a