RelationalIndexExtensions.GetMappedTableIndexes(IIndex) Methode

Definition

Ruft die Tabellenindizes ab, denen der Index zugeordnet ist.

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)

Parameter

index
IIndex

Der Index.

Gibt zurück

Die Tabellenindizes, denen der Index zugeordnet ist.

Gilt für: