IIndexRemovedConvention Interfejs

Definicja

Reprezentuje operację, którą należy wykonać po usunięciu indeksu z typu jednostki.

public interface IIndexRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IIndexRemovedConvention = interface
    interface IConvention
Public Interface IIndexRemovedConvention
Implements IConvention
Pochodne
Implementuje

Uwagi

Aby uzyskać więcej informacji i przykłady, zobacz Konwencje tworzenia modeli .

Metody

ProcessIndexRemoved(IConventionEntityTypeBuilder, IConventionIndex, IConventionContext<IConventionIndex>)

Wywoływane po usunięciu indeksu.

Dotyczy