Sdílet prostřednictvím


IForeignKeyRemovedConvention Rozhraní

Definice

Představuje operaci, která by měla být provedena při odebrání cizího klíče.

public interface IForeignKeyRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyRemovedConvention = interface
    interface IConvention
Public Interface IForeignKeyRemovedConvention
Implements IConvention
Odvozené
Implementuje

Poznámky

Další informace a příklady najdete v tématu Konvence vytváření modelů .

Metody

ProcessForeignKeyRemoved(IConventionEntityTypeBuilder, IConventionForeignKey, IConventionContext<IConventionForeignKey>)

Volá se po odebrání cizího klíče.

Platí pro