IIndexAnnotationChangedConvention Interface

Definition

Represents an operation that should be performed when an annotation is changed on an index.

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

Remarks

See Model building conventions for more information and examples.

Methods

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

Called after an annotation is changed on an index.

Applies to