次の方法で共有


ConventionSet.IndexAnnotationChangedConventions プロパティ

定義

インデックスで注釈が変更されたときに実行する規則。

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

プロパティ値

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

適用対象