IPropertyAddedConvention Interface

Definition

Represents an operation that should be performed when a property is added to the entity type.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessPropertyAdded(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>)

Called after a property is added to the entity type.

Applies to