IMutableEntityType.GetIndexes Method

Definition

Gets the indexes defined on this entity type.

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

Returns

The indexes defined on this entity type.

Applies to