IComplexPropertyRemovedConvention 接口

定义

表示从类似类型的对象中删除复杂属性时应执行的操作。

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

注解

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

方法

ProcessComplexPropertyRemoved(IConventionTypeBaseBuilder, IConventionComplexProperty, IConventionContext<IConventionComplexProperty>)

在从类似类型的对象中删除复杂属性后调用。

适用于