Freigeben über


IForeignKeyRemovedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn ein Fremdschlüssel entfernt wird.

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

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessForeignKeyRemoved(IConventionEntityTypeBuilder, IConventionForeignKey, IConventionContext<IConventionForeignKey>)

Wird aufgerufen, nachdem ein Fremdschlüssel entfernt wurde.

Gilt für: