다음을 통해 공유


IPropertyAddedConvention.ProcessPropertyAdded 메서드

정의

속성이 엔터티 형식에 추가된 후 호출됩니다.

public void ProcessPropertyAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder> context);
abstract member ProcessPropertyAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder> -> unit
Public Sub ProcessPropertyAdded (propertyBuilder As IConventionPropertyBuilder, context As IConventionContext(Of IConventionPropertyBuilder))

매개 변수

propertyBuilder
IConventionPropertyBuilder

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

context
IConventionContext<IConventionPropertyBuilder>

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

적용 대상