IKeyRemovedConvention Interfejs

Definicja

Reprezentuje operację, którą należy wykonać po usunięciu klucza.

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

Uwagi

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

Metody

ProcessKeyRemoved(IConventionEntityTypeBuilder, IConventionKey, IConventionContext<IConventionKey>)

Wywoływane po usunięciu klucza.

Dotyczy