Compartilhar via


ConventionSet.KeyRemovedConventions Propriedade

Definição

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

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

Valor da propriedade

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

Aplica-se a