IPropertyFieldChangedConvention 接口

定义

表示在更改属性的后备字段时应执行的操作。

public interface IPropertyFieldChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IPropertyFieldChangedConvention = interface
    interface IConvention
Public Interface IPropertyFieldChangedConvention
Implements IConvention
派生
实现

注解

有关详细信息和示例,请参阅 模型生成约定

方法

ProcessPropertyFieldChanged(IConventionPropertyBuilder, FieldInfo, FieldInfo, IConventionContext<FieldInfo>)

更改属性的后备字段后调用。

适用于