IComplexPropertyAddedConvention 接口

定义

表示在将复杂属性添加到类似类型的对象时应执行的操作。

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

注解

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

方法

ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>)

在将复杂属性添加到类似类型的对象之后调用。

适用于