ConventionSet.IndexAddedConventions Property

Definition

Conventions to run when an index is added.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention>

Applies to