Share via


ConventionSet.PropertyNullabilityChangedConventions Property

Definition

Conventions to run when the nullability of a property is changed.

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)

Property Value

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

Applies to