Share via


IIndexAddedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn dem Entitätstyp ein Index hinzugefügt wird.

public interface IIndexAddedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IIndexAddedConvention = interface
    interface IConvention
Public Interface IIndexAddedConvention
Implements IConvention
Abgeleitet
Implementiert

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessIndexAdded(IConventionIndexBuilder, IConventionContext<IConventionIndexBuilder>)

Wird aufgerufen, nachdem dem Entitätstyp ein Index hinzugefügt wurde.

Gilt für: