ConventionSet.ElementTypeNullabilityChangedConventions Property

Definition

Conventions to run when the nullability of the element of a collection is changed.

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

Property Value

Applies to