Share via


ConventionSet.IndexRemovedConventions Propriedade

Definição

Convenções a serem executadas quando um índice é removido.

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

Valor da propriedade

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

Aplica-se a