ITableIndex 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示資料表索引。
public interface ITableIndex : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
type ITableIndex = interface
interface IAnnotatable
type ITableIndex = interface
interface IAnnotatable
interface IReadOnlyAnnotatable
Public Interface ITableIndex
Implements IAnnotatable
- 實作
備註
如需詳細資訊和範例,請參閱 索引 。
屬性
Columns |
取得參與索引的資料行。 |
Filter |
取得做為索引篩選的運算式。 |
IsDescending |
一組值,指出每個對應的索引資料行是否有遞減排序次序。 |
IsUnique |
取得值,指出索引是否強制執行唯一性。 |
Item[String] |
取得具有指定名稱之注釋的值,如果不存在,則傳 |
MappedIndexes |
取得對應的索引。 |
Name |
取得索引的名稱。 |
Table |
取得具有索引的 資料表已宣告。 |
方法
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
ToDebugString(ITableIndex, MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:不要依賴傳回字串的格式。 它專為偵錯而設計,而且可能會在發行之間任意變更。 |