다음을 통해 공유


IIndexSortOrderChangedConvention.ProcessIndexSortOrderChanged 메서드

정의

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

public void ProcessIndexSortOrderChanged (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder indexBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<System.Collections.Generic.IReadOnlyList<bool>?> context);
abstract member ProcessIndexSortOrderChanged : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<System.Collections.Generic.IReadOnlyList<bool>> -> unit
Public Sub ProcessIndexSortOrderChanged (indexBuilder As IConventionIndexBuilder, context As IConventionContext(Of IReadOnlyList(Of Boolean)))

매개 변수

indexBuilder
IConventionIndexBuilder

인덱스 작성기입니다.

context
IConventionContext<IReadOnlyList<Boolean>>

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

적용 대상