다음을 통해 공유


IComplexPropertyRemovedConvention 인터페이스

정의

형식과 유사한 개체에서 복합 속성이 제거될 때 수행해야 하는 작업을 나타냅니다.

public interface IComplexPropertyRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IComplexPropertyRemovedConvention = interface
    interface IConvention
Public Interface IComplexPropertyRemovedConvention
Implements IConvention
구현

설명

자세한 내용 및 예제는 모델 빌드 규칙을 참조하세요.

메서드

ProcessComplexPropertyRemoved(IConventionTypeBaseBuilder, IConventionComplexProperty, IConventionContext<IConventionComplexProperty>)

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

적용 대상