Share via


ITable.Indexes Property

Definition

Gets the indexes for this table.

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

Property Value

Applies to