IKeyAnnotationChangedConvention Interface

Definition

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

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

Remarks

See Model building conventions for more information and examples.

Methods

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

Called after an annotation is changed on a key.

Applies to