IUpdateEntry.IsConceptualNull(IProperty) Method

Definition

Checks whether the property is conceptually set to null even if the property type is not 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

Parameters

property
IProperty

The property to check.

Returns

true if the property is conceptually null; false otherwise.

Applies to