Share via


IIndexSortOrderChangedConvention.ProcessIndexSortOrderChanged Method

Definition

Called after the uniqueness for an index is changed.

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)))

Parameters

indexBuilder
IConventionIndexBuilder

The builder for the index.

context
IConventionContext<IReadOnlyList<Boolean>>

Additional information associated with convention execution.

Applies to