IModelFinalizingConvention Interface

Definition

Represents an operation that should be performed when a model is being finalized.

public interface IModelFinalizingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IModelFinalizingConvention = interface
    interface IConvention
Public Interface IModelFinalizingConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessModelFinalizing(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

Called when a model is being finalized.

Applies to