次の方法で共有


IEntityTypeAddedConvention インターフェイス

定義

エンティティ型がモデルに追加されたときに実行する必要がある操作を表します。

public interface IEntityTypeAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IEntityTypeAddedConvention = interface
    interface IConvention
Public Interface IEntityTypeAddedConvention
Implements IConvention
派生
実装

注釈

詳細と例については、「 モデルの構築規則 」を参照してください。

メソッド

ProcessEntityTypeAdded(IConventionEntityTypeBuilder, IConventionContext<IConventionEntityTypeBuilder>)

エンティティ型がモデルに追加された後に呼び出されます。

適用対象