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