次の方法で共有


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>

適用対象