ITriggerRemovedConvention Interfejs

Definicja

Reprezentuje operację, którą należy wykonać po usunięciu wyzwalacza z typu jednostki.

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

Uwagi

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

Metody

ProcessTriggerRemoved(IConventionEntityTypeBuilder, IConventionTrigger, IConventionContext<IConventionTrigger>)

Wywoływane po usunięciu wyzwalacza z typu jednostki.

Dotyczy