IComplexPropertyAddedConvention 介面

定義

表示當複雜屬性加入至類似類型的物件時,應該執行的作業。

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

備註

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

方法

ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>)

在將複雜屬性新增至類似類型的 物件之後呼叫。

適用於