IModelFinalizingConvention 接口

定义

表示在最终确定模型时应执行的操作。

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

注解

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

方法

ProcessModelFinalizing(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

在最终确定模型时调用。

适用于