次の方法で共有


IForeignKeyAnnotationChangedConvention インターフェイス

定義

外部キーに対して注釈が変更されたときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessForeignKeyAnnotationChanged(IConventionForeignKeyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

外部キーで注釈が変更された後に呼び出されます。

ProcessForeignKeyAnnotationChanged(IConventionRelationshipBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

外部キーで注釈が変更された後に呼び出されます。

適用対象