共用方式為


DatabaseTable.Indexes 屬性

定義

資料表上定義的索引清單。

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)

屬性值

適用於