共用方式為


ConventionSet.PropertyNullabilityChangedConventions 屬性

定義

屬性的可為 Null 性變更時要執行的慣例。

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

屬性值

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

適用於