IModelFinalizedConvention Interface

Definition

Represents an operation that should be performed after a model is finalized and can no longer be mutated.

C#
public interface IModelFinalizedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessModelFinalized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

Called after a model is finalized.

ProcessModelFinalized(IModel)

Called after a model is finalized and can no longer be mutated.

Applies to

Proizvod Verzije
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0