Megosztás a következőn keresztül:


IPropertyElementTypeChangedConvention Interface

Definition

Represents an operation that should be performed when the IElementType for a property is changed.

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessPropertyElementTypeChanged(IConventionPropertyBuilder, IElementType, IElementType, IConventionContext<IElementType>)

Called after the element type for a property is changed.

Applies to