Partager via


ISkipNavigationRemovedConvention Interface

Définition

Représente une opération qui doit être effectuée lorsqu’un saut de navigation est supprimé du type d’entité.

public interface ISkipNavigationRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type ISkipNavigationRemovedConvention = interface
    interface IConvention
Public Interface ISkipNavigationRemovedConvention
Implements IConvention
Dérivé
Implémente

Remarques

Pour plus d’informations et d’exemples, consultez Conventions de génération de modèles.

Méthodes

ProcessSkipNavigationRemoved(IConventionEntityTypeBuilder, IConventionSkipNavigation, IConventionContext<IConventionSkipNavigation>)

Appelé après la suppression d’une navigation skip du type d’entité.

S’applique à