Compartir a través de


IIndexAnnotationChangedConvention Interfaz

Definición

Representa una operación que se debe realizar cuando se cambia una anotación en un índice.

public interface IIndexAnnotationChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IIndexAnnotationChangedConvention = interface
    interface IConvention
Public Interface IIndexAnnotationChangedConvention
Implements IConvention
Derivado
Implementaciones

Comentarios

Consulte Convenciones de creación de modelos para obtener más información y ejemplos.

Métodos

ProcessIndexAnnotationChanged(IConventionIndexBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Se llama después de cambiar una anotación en un índice.

Se aplica a