次の方法で共有


IKeyAnnotationChangedConvention インターフェイス

定義

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

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

注釈

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

メソッド

ProcessKeyAnnotationChanged(IConventionKeyBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

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

適用対象