IForeignKeyPropertiesChangedConvention 인터페이스

정의

외래 키 속성 또는 보안 주체 키가 변경될 때 수행해야 하는 작업을 나타냅니다.

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

설명

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

메서드

ProcessForeignKeyPropertiesChanged(IConventionForeignKeyBuilder, IReadOnlyList<IConventionProperty>, IConventionKey, IConventionContext<IReadOnlyList<IConventionProperty>>)

외래 키 속성 또는 보안 주체 키가 변경된 후 호출됩니다.

ProcessForeignKeyPropertiesChanged(IConventionRelationshipBuilder, IReadOnlyList<IConventionProperty>, IConventionKey, IConventionContext<IConventionRelationshipBuilder>)

외래 키 속성 또는 보안 주체 키가 변경된 후 호출됩니다.

적용 대상