ITableIndex.MappedIndexes Property

Definition

Gets the mapped indexes.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> MappedIndexes { get; }
member this.MappedIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex>
Public ReadOnly Property MappedIndexes As IEnumerable(Of IIndex)

Property Value

Applies to