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