IKeyRemovedConvention Rozhraní

Definice

Představuje operaci, která by měla být provedena při odebrání klíče.

public interface IKeyRemovedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IKeyRemovedConvention = interface
    interface IConvention
Public Interface IKeyRemovedConvention
Implements IConvention
Odvozené
Implementuje

Poznámky

Další informace a příklady najdete v tématu Konvence vytváření modelů .

Metody

ProcessKeyRemoved(IConventionEntityTypeBuilder, IConventionKey, IConventionContext<IConventionKey>)

Volá se po odebrání klíče.

Platí pro