IConventionEntityTypeBuilder.CanRemoveNavigation Method

Definition

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

public bool CanRemoveNavigation (Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation navigation, bool fromDataAnnotation = false);
abstract member CanRemoveNavigation : Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation * bool -> bool
Public Function CanRemoveNavigation (navigation As IConventionNavigation, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

navigation
IConventionNavigation

The navigation 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