共用方式為


RelationalIndexExtensions.GetMappedTableIndexes(IIndex) 方法

定義

取得索引所對應的資料表索引。

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)

參數

index
IIndex

索引。

傳回

索引所對應的資料表索引。

適用於