ConventionSet.ComplexPropertyFieldChangedConventions Property

Definition

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

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

Property Value

Applies to