Share via


ConventionSet.ForeignKeyAddedConventions Property

Definition

Conventions to run when a foreign key is added.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyAddedConvention>

Applies to