ConventionSet.IndexAnnotationChangedConventions Property

Definition

Conventions to run when an annotation is changed on an index.

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)

Property Value

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

Applies to