IForeignKeyNullNavigationSetConvention Interface

Definition

Represents an operation that should be performed when a navigation is set to null on a foreign key.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessForeignKeyNullNavigationSet(IConventionForeignKeyBuilder, Boolean, IConventionContext<IConventionNavigation>)

Called after a navigation is set to null on a foreign key.

Applies to