次の方法で共有


ISkipNavigationRemovedConvention インターフェイス

定義

スキップ ナビゲーションがエンティティ型から削除されたときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessSkipNavigationRemoved(IConventionEntityTypeBuilder, IConventionSkipNavigation, IConventionContext<IConventionSkipNavigation>)

スキップ ナビゲーションがエンティティ型から削除された後に呼び出されます。

適用対象