IPropertyNullabilityChangedConvention 接口

定义

表示在属性的可为空性发生更改时应执行的操作。

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

注解

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

方法

ProcessPropertyNullabilityChanged(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>)

更改属性的可为空性后调用。

ProcessPropertyNullabilityChanged(IConventionPropertyBuilder, IConventionContext<Nullable<Boolean>>)

更改属性的可为空性后调用。

适用于