IModelFinalizedConvention 介面

定義

表示應在模型完成之後執行的作業,且無法再進行變動。

public interface IModelFinalizedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IModelFinalizedConvention = interface
    interface IConvention
Public Interface IModelFinalizedConvention
Implements IConvention
衍生
實作

備註

如需詳細資訊和範例,請參閱 模型建置慣例

方法

ProcessModelFinalized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

在模型完成之後呼叫。

ProcessModelFinalized(IModel)

在模型完成之後呼叫,且無法再進行變動。

適用於