IIndexSortOrderChangedConvention 인터페이스

정의

인덱스의 정렬 순서가 변경될 때 수행해야 하는 작업을 나타냅니다.

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

설명

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

메서드

ProcessIndexSortOrderChanged(IConventionIndexBuilder, IConventionContext<IReadOnlyList<Boolean>>)

인덱스 고유성이 변경된 후 호출됩니다.

적용 대상