RuntimeEntityType.IReadOnlyEntityType.GetIndexes Method

Definition

Gets the indexes defined on this entity type.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex> IReadOnlyEntityType.GetIndexes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
Function GetIndexes () As IEnumerable(Of IReadOnlyIndex) Implements IReadOnlyEntityType.GetIndexes

Returns

The indexes defined on this entity type.

Implements

Attributes

Applies to