IKeyAddedConvention Interfejs

Definicja

Reprezentuje operację, którą należy wykonać po dodaniu klucza do typu jednostki.

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

Uwagi

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

Metody

ProcessKeyAdded(IConventionKeyBuilder, IConventionContext<IConventionKeyBuilder>)

Wywoływane po dodaniu klucza do typu jednostki.

Dotyczy