Share via


ConventionSet.ForeignKeyPropertiesChangedConventions Property

Definition

Conventions to run when the properties or the principal key of a foreign key are changed.

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

Property Value

Applies to