ITable.Indexes 屬性

定義

取得這個資料表的索引。

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)

屬性值

適用於