IEntityTypeBaseTypeChangedConvention 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示在实体类型的基类型更改时应执行的操作。
public interface IEntityTypeBaseTypeChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeBaseTypeChangedConvention = interface
interface IConvention
Public Interface IEntityTypeBaseTypeChangedConvention
Implements IConvention
- 派生
- 实现
注解
有关详细信息和示例,请参阅 模型生成约定 。
方法
ProcessEntityTypeBaseTypeChanged(IConventionEntityTypeBuilder, IConventionEntityType, IConventionEntityType, IConventionContext<IConventionEntityType>) |
在实体类型的基类型更改后调用。 |