RuntimeEntityType.IEntityType.GetDeclaredIndexes Method

Definition

Gets all indexes declared on the given IEntityType.

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

Returns

Declared indexes.

Implements

Attributes

Applies to