Share via


ConventionSet.PrincipalEndChangedConventions Property

Definition

Conventions to run when the principal end of a relationship is configured.

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPrincipalEndChangedConvention> PrincipalEndChangedConventions { get; }
member this.PrincipalEndChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IPrincipalEndChangedConvention>
Public Overridable ReadOnly Property PrincipalEndChangedConventions As IList(Of IPrincipalEndChangedConvention)

Property Value

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

Applies to