Freigeben über


IKeyAnnotationChangedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn eine Anmerkung für einen Schlüssel geändert wird.

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

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessKeyAnnotationChanged(IConventionKeyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Wird aufgerufen, nachdem eine Anmerkung für einen Schlüssel geändert wurde.

Gilt für: