ConventionSet.PropertyNullableChangedConventions Property

Definition

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

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)

Property Value

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

Applies to