IPropertyRemovedConvention 接口

定义

表示从实体类型中删除属性时应执行的操作。

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

注解

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

方法

ProcessPropertyRemoved(IConventionEntityTypeBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

在从实体类型中删除属性后调用。

ProcessPropertyRemoved(IConventionTypeBaseBuilder, IConventionProperty, IConventionContext<IConventionProperty>)

在从实体类型中删除属性后调用。

适用于