Freigeben über


ISkipNavigationRemovedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn eine überspringende Navigation aus dem Entitätstyp entfernt wird.

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

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessSkipNavigationRemoved(IConventionEntityTypeBuilder, IConventionSkipNavigation, IConventionContext<IConventionSkipNavigation>)

Wird aufgerufen, nachdem eine Überspringen der Navigation aus dem Entitätstyp entfernt wurde.

Gilt für: