INavigationAnnotationChangedConvention Interface

Definition

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

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessNavigationAnnotationChanged(IConventionForeignKeyBuilder, IConventionNavigation, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

Called after an annotation is changed on a navigation.

Applies to