Freigeben über


IModelInitializedConvention Schnittstelle

Definition

Stellt einen Vorgang dar, der ausgeführt werden soll, wenn ein Modell initialisiert wird.

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

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .

Methoden

ProcessModelInitialized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

Wird aufgerufen, nachdem ein Modell initialisiert wurde.

Gilt für: