IMutableIndex 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示一組屬性上的索引。
public interface IMutableIndex : Microsoft.EntityFrameworkCore.Metadata.IIndex, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public interface IMutableIndex : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex
type IMutableIndex = interface
interface IIndex
interface IAnnotatable
interface IMutableAnnotatable
type IMutableIndex = interface
interface IReadOnlyIndex
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableIndex
Implements IIndex, IMutableAnnotatable
Public Interface IMutableIndex
Implements IMutableAnnotatable, IReadOnlyIndex
- 實作
備註
此介面會在模型建立期間使用,並允許修改中繼資料。 建置模型之後, IIndex 表示相同中繼資料的唯讀檢視。
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。
屬性
DeclaringEntityType |
取得索引定義所在的實體類型。 這可能與在繼承階層中定義衍生型別時所定義的型 Properties 別不同, (因為屬性可以在基底類型上定義) 。 |
IsDescending |
一組值,指出每個對應的索引資料行是否有遞減排序次序。 |
IsUnique |
取得或設定值,指出指派給索引屬性的值是否是唯一的。 |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
Name |
取得這個索引的名稱。 (繼承來源 IReadOnlyIndex) |
Properties |
取得這個索引定義所在的屬性。 |