Partager via


ConventionSet.ForeignKeyAddedConventions Propriété

Définition

Conventions à exécuter lors de l’ajout d’une clé étrangère.

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)

Valeur de propriété

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

S’applique à