Aracılığıyla paylaş


IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged Yöntem

Tanım

Karmaşık bir özelliğin null atanabilirliği değiştirildikten sonra çağrılır.

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)))

Parametreler

propertyBuilder
IConventionComplexPropertyBuilder

Özelliğin oluşturucusu.

context
IConventionContext<Nullable<Boolean>>

Kural yürütme ile ilişkili ek bilgiler.

Şunlara uygulanır