Share via


ConventionSet.IndexSortOrderChangedConventions Property

Definition

Conventions to run when the sort order of an index is changed.

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

Property Value

Applies to