INavigationRemovedConvention Interface

Definition

Represents an operation that should be performed when a navigation is removed from the entity type.

public interface INavigationRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type INavigationRemovedConvention = interface
    interface IConvention
Public Interface INavigationRemovedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessNavigationRemoved(IConventionEntityTypeBuilder, IConventionEntityTypeBuilder, String, MemberInfo, IConventionContext<String>)

Called after a navigation is removed from the entity type.

Applies to