RuntimeEntityType.IReadOnlyEntityType.GetDerivedIndexes Method

Definition

Gets all indexes declared on the types derived from this entity type.

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

Returns

Derived indexes.

Implements

Attributes

Applies to