Compartilhar via


ConventionSet.ForeignKeyRemovedConventions Propriedade

Definição

Convenções a serem executadas quando uma chave estrangeira é removida.

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)

Valor da propriedade

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

Aplica-se a