Share via


IEntityTypeRemovedConvention Interface

Definition

Represents an operation that should be performed when an entity type is removed from the model.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessEntityTypeRemoved(IConventionModelBuilder, IConventionEntityType, IConventionContext<IConventionEntityType>)

Called after an entity type is removed from the model.

Applies to