Compartilhar via


IEntityType.GetDerivedIndexes Método

Definição

Obtém todos os índices declarados nos tipos derivados do determinado IEntityType.

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

Retornos

Índices derivados.

Aplica-se a