次の方法で共有


IEntityTypeRemovedConvention インターフェイス

定義

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

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

注釈

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

メソッド

ProcessEntityTypeRemoved(IConventionModelBuilder, IConventionEntityType, IConventionContext<IConventionEntityType>)

エンティティ型がモデルから削除された後に呼び出されます。

適用対象