RelationalIndexExtensions.GetMappedTableIndexes(IIndex) Method

Definition

Gets the table indexes to which the index is mapped.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> GetMappedTableIndexes (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);

Parameters

index
IIndex

The index.

Returns

The table indexes to which the index is mapped.

Applies to

Toode Versioonid
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0