ConventionSet.ComplexPropertyNullabilityChangedConventions Property

Definition

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

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

Property Value

Applies to