Bagikan melalui


IIndexSortOrderChangedConvention.ProcessIndexSortOrderChanged Metode

Definisi

Dipanggil setelah keunikan untuk indeks diubah.

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

Penyusun untuk indeks.

context
IConventionContext<IReadOnlyList<Boolean>>

Informasi tambahan yang terkait dengan eksekusi konvensi.

Berlaku untuk