Share via


DatabaseTable.Indexes Property

Definition

The list of indexes defined on the table.

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex> Indexes { get; }
member this.Indexes : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseIndex>
Public Overridable ReadOnly Property Indexes As IList(Of DatabaseIndex)

Property Value

Applies to