次の方法で共有


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>

適用対象