Partilhar via


IReadOnlyEntityType.GetDerivedIndexes Método

Definição

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

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

Retornos

Índices derivados.

Aplica-se a