Condividi tramite


IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged Metodo

Definizione

Chiamato dopo la modifica del supporto dei valori Null per una proprietà complessa.

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

Parametri

propertyBuilder
IConventionComplexPropertyBuilder

Generatore per la proprietà .

context
IConventionContext<Nullable<Boolean>>

Informazioni aggiuntive associate all'esecuzione della convenzione.

Si applica a