Partager via


ConventionSet.ForeignKeyRemovedConventions Propriété

Définition

Conventions à exécuter lors de la suppression d’une clé étrangère.

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

Valeur de propriété

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

S’applique à