IIndexAddedConvention.ProcessIndexAdded Metoda

Definicja

Wywoływane po dodaniu indeksu do typu jednostki.

public void ProcessIndexAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder indexBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder> context);
abstract member ProcessIndexAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder> -> unit
Public Sub ProcessIndexAdded (indexBuilder As IConventionIndexBuilder, context As IConventionContext(Of IConventionIndexBuilder))

Parametry

indexBuilder
IConventionIndexBuilder

Konstruktor indeksu.

context
IConventionContext<IConventionIndexBuilder>

Dodatkowe informacje skojarzone z wykonywaniem konwencji.

Dotyczy