다음을 통해 공유


IComplexPropertyRemovedConvention.ProcessComplexPropertyRemoved 메서드

정의

복합 속성이 형식과 유사한 개체에서 제거된 후 호출됩니다.

public void ProcessComplexPropertyRemoved (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder typeBaseBuilder, Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty property, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty> context);
abstract member ProcessComplexPropertyRemoved : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder * Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty> -> unit
Public Sub ProcessComplexPropertyRemoved (typeBaseBuilder As IConventionTypeBaseBuilder, property As IConventionComplexProperty, context As IConventionContext(Of IConventionComplexProperty))

매개 변수

typeBaseBuilder
IConventionTypeBaseBuilder

형식과 유사한 개체에 대한 작성기입니다.

property
IConventionComplexProperty

제거된 복합 속성입니다.

context
IConventionContext<IConventionComplexProperty>

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

적용 대상