IConventionModelBuilder.CanRemoveEntity Method

Definition

Returns a value indicating whether the entity type can be removed from the model.

C#
public bool CanRemoveEntity (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool fromDataAnnotation = false);

Parameters

entityType
IConventionEntityType

The entity type to be removed.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the navigation can be removed from this entity type.

Applies to

Product Versions
Entity Framework Core 8.0, 9.0