RelationalIndexExtensions.GetMappedTableIndexes(IIndex) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.