IIndexSortOrderChangedConvention Interface

Definition

Represents an operation that should be performed when the sort order of an index is changed.

public interface IIndexSortOrderChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IIndexSortOrderChangedConvention = interface
    interface IConvention
Public Interface IIndexSortOrderChangedConvention
Implements IConvention
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessIndexSortOrderChanged(IConventionIndexBuilder, IConventionContext<IReadOnlyList<Boolean>>)

Called after the uniqueness for an index is changed.

Applies to