IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged Metoda

Definicja

Wywoływana po zmianie wartości null dla właściwości złożonej.

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

Parametry

propertyBuilder
IConventionComplexPropertyBuilder

Konstruktor właściwości.

context
IConventionContext<Nullable<Boolean>>

Dodatkowe informacje skojarzone z wykonywaniem konwencji.

Dotyczy