次の方法で共有


IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged メソッド

定義

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

public void ProcessComplexPropertyNullabilityChanged (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<bool?> context);
abstract member ProcessComplexPropertyNullabilityChanged : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionComplexPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Nullable<bool>> -> unit
Public Sub ProcessComplexPropertyNullabilityChanged (propertyBuilder As IConventionComplexPropertyBuilder, context As IConventionContext(Of Nullable(Of Boolean)))

パラメーター

propertyBuilder
IConventionComplexPropertyBuilder

プロパティのビルダー。

context
IConventionContext<Nullable<Boolean>>

規則の実行に関連する追加情報。

適用対象