Share via


ConventionSet.ForeignKeyAnnotationChangedConventions Property

Definition

Conventions to run when an annotation is changed on a foreign key.

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

Property Value

Applies to