Share via


ConventionSet.IndexAddedConventions 屬性

定義

新增索引時要執行的慣例。

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)

屬性值

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

適用於