IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged Método

Definição

Chamado depois que a nulidade de uma propriedade complexa é alterada.

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

Parâmetros

propertyBuilder
IConventionComplexPropertyBuilder

O construtor da propriedade .

context
IConventionContext<Nullable<Boolean>>

Informações adicionais associadas à execução da convenção.

Aplica-se a