Udostępnij za pośrednictwem


IForeignKeyRemovedConvention Interfejs

Definicja

Reprezentuje operację, która powinna być wykonywana po usunięciu klucza obcego.

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

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Konwencje tworzenia modeli .

Metody

ProcessForeignKeyRemoved(IConventionEntityTypeBuilder, IConventionForeignKey, IConventionContext<IConventionForeignKey>)

Wywoływane po usunięciu klucza obcego.

Dotyczy