IComplexPropertyRemovedConvention Interface

Definition

Represents an operation that should be performed when a complex property is removed from a type-like object.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessComplexPropertyRemoved(IConventionTypeBaseBuilder, IConventionComplexProperty, IConventionContext<IConventionComplexProperty>)

Called after a complex property is removed from a type-like object.

Applies to