Freigeben über


ConventionSet.IndexRemovedConventions Eigenschaft

Definition

Konventionen, die ausgeführt werden, wenn ein Index entfernt wird.

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)

Eigenschaftswert

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

Gilt für: