Freigeben über


IIndexSortOrderChangedConvention.ProcessIndexSortOrderChanged Methode

Definition

Wird aufgerufen, nachdem die Eindeutigkeit für einen Index geändert wurde.

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

Parameter

indexBuilder
IConventionIndexBuilder

Der Generator für den Index.

context
IConventionContext<IReadOnlyList<Boolean>>

Zusätzliche Informationen im Zusammenhang mit der Konventionsausführung.

Gilt für: