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