Share via


IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged Method

Definition

Called after the nullability for a complex property is changed.

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

Parameters

propertyBuilder
IConventionComplexPropertyBuilder

The builder for the property.

context
IConventionContext<Nullable<Boolean>>

Additional information associated with convention execution.

Applies to