次の方法で共有


IIndexAnnotationChangedConvention インターフェイス

定義

インデックスに対して注釈が変更されたときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessIndexAnnotationChanged(IConventionIndexBuilder, String, IConventionAnnotation, IConventionAnnotation, IConventionContext<IConventionAnnotation>)

インデックスで注釈が変更された後に呼び出されます。

適用対象