ISkipNavigationRemovedConvention Interface

Definition

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

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessSkipNavigationRemoved(IConventionEntityTypeBuilder, IConventionSkipNavigation, IConventionContext<IConventionSkipNavigation>)

Called after a skip navigation is removed from the entity type.

Applies to