IForeignKeyNullNavigationSetConvention 接口

定义

表示在对外键将导航设置为 null 时应执行的操作。

public interface IForeignKeyNullNavigationSetConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyNullNavigationSetConvention = interface
    interface IConvention
Public Interface IForeignKeyNullNavigationSetConvention
Implements IConvention
派生
实现

注解

有关详细信息和示例,请参阅 模型生成约定

方法

ProcessForeignKeyNullNavigationSet(IConventionForeignKeyBuilder, Boolean, IConventionContext<IConventionNavigation>)

在外键上的导航设置为 null 后调用。

适用于