Share via


IComplexPropertyNullabilityChangedConvention.ProcessComplexPropertyNullabilityChanged 메서드

정의

복합 속성에 대한 null 허용 여부를 변경한 후 호출됩니다.

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

매개 변수

propertyBuilder
IConventionComplexPropertyBuilder

속성에 대한 작성기입니다.

context
IConventionContext<Nullable<Boolean>>

규칙 실행과 관련된 추가 정보입니다.

적용 대상