IEntityTypeBaseTypeChangedConvention 介面

定義

表示當實體類型基底類型變更時應該執行的作業。

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

備註

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

方法

ProcessEntityTypeBaseTypeChanged(IConventionEntityTypeBuilder, IConventionEntityType, IConventionEntityType, IConventionContext<IConventionEntityType>)

在實體類型的基底類型變更之後呼叫。

適用於