ConventionSet.PropertyElementTypeChangedConventions Property

Definition

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

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

Property Value

Applies to