Share via


RelationalIndexExtensions.GetMappedTableIndexes(IIndex) Méthode

Définition

Obtient les index de table auxquels l’index est mappé.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> GetMappedTableIndexes (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetMappedTableIndexes : Microsoft.EntityFrameworkCore.Metadata.IIndex -> seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex>
<Extension()>
Public Function GetMappedTableIndexes (index As IIndex) As IEnumerable(Of ITableIndex)

Paramètres

index
IIndex

Index.

Retours

Index de table auxquels l’index est mappé.

S’applique à