Share via


ConventionSet.IndexRemovedConventions Property

Definition

Conventions to run when an index is removed.

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)

Property Value

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

Applies to