Compartilhar via


RuntimeEntityType.IReadOnlyEntityType.GetDerivedIndexes Método

Definição

Obtém todos os índices declarados nos tipos derivados desse tipo de entidade.

[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

Retornos

Índices derivados.

Implementações

Atributos

Aplica-se a