IEntityType.GetIndexes Method

Definition

Gets the indexes defined on this entity type.

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

Returns

The indexes defined on this entity type.

Applies to