Partager via


IKeyAnnotationChangedConvention Interface

Définition

Représente une opération qui doit être effectuée lorsqu’une annotation est modifiée sur une clé.

public interface IKeyAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IKeyAnnotationChangedConvention = interface
    interface IConvention
Public Interface IKeyAnnotationChangedConvention
Implements IConvention
Implémente

Remarques

Pour plus d’informations et d’exemples, consultez Conventions de génération de modèles.

Méthodes

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

Appelé après la modification d’une annotation sur une clé.

S’applique à