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