IUpdateEntry.IsConceptualNull(IProperty) Method

Definition

Checks whether the property is conceptually set to null even if the property type is not nullable.

C#
public bool IsConceptualNull (Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Parameters

property
IProperty

The property to check.

Returns

true if the property is conceptually null; false otherwise.

Applies to

Product Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0