IConventionEntityType.GetIndexes Method

Definition

Gets the indexes defined on this entity type.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionIndex> GetIndexes ();
abstract member GetIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionIndex>
Public Function GetIndexes () As IEnumerable(Of IConventionIndex)

Returns

The indexes defined on this entity type.

Applies to