ConventionSet.PropertyNullableChangedConventions 属性

定义

在属性的可为空性发生更改时运行的约定。

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyNullableConvention> PropertyNullableChangedConventions { get; }
member this.PropertyNullableChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyNullableConvention>
Public Overridable ReadOnly Property PropertyNullableChangedConventions As IList(Of IPropertyNullableConvention)

属性值

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPropertyNullableConvention>

适用于