次の方法で共有


IPropertyNullabilityChangedConvention インターフェイス

定義

プロパティの null 許容が変更されたときに実行する必要がある操作を表します。

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

注釈

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

メソッド

ProcessPropertyNullabilityChanged(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>)

プロパティの null 許容性が変更された後に呼び出されます。

ProcessPropertyNullabilityChanged(IConventionPropertyBuilder, IConventionContext<Nullable<Boolean>>)

プロパティの null 許容性が変更された後に呼び出されます。

適用対象