次の方法で共有


IDiscriminatorPropertySetConvention インターフェイス

定義

エンティティ型に識別子プロパティが設定されている場合に実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessDiscriminatorPropertySet(IConventionEntityTypeBuilder, String, IConventionContext<String>)

識別子プロパティが設定された後に呼び出されます。

適用対象