DatabaseForeignKey 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在反向工程現有資料庫時使用之資料庫外鍵條件約束的簡單模型。
public class DatabaseForeignKey : Microsoft.EntityFrameworkCore.Infrastructure.Annotatable
type DatabaseForeignKey = class
inherit Annotatable
Public Class DatabaseForeignKey
Inherits Annotatable
- 繼承
- 繼承
備註
如需詳細資訊和範例 ,請參閱反向工程 (scaffolding) 現有的資料庫和 EF Core 設計階段服務 。
建構函式
DatabaseForeignKey() |
在反向工程現有資料庫時使用之資料庫外鍵條件約束的簡單模型。 |
屬性
Columns |
受限制之資料行的已排序清單。 |
IsReadOnly |
指出目前物件是否為唯讀。 (繼承來源 AnnotatableBase) |
Item[String] |
取得具有指定名稱的值批註,如果不存在,則傳 |
Name |
外鍵條件約束名稱。 |
OnDelete |
刪除此外鍵所限制的資料列時,或 |
PrincipalColumns |
中資料行 PrincipalTableColumns 的排序清單,其中會限制外鍵 的 。 |
PrincipalTable |
資料行受限制的資料表。 |
Table |
包含外鍵條件約束的資料表。 |
方法
明確介面實作
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有批註的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
將批註加入物件。 |
GetAnnotation(IMutableAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
取得具有指定索引鍵的現有注釋,如果不存在,則加入新的批註。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
設定儲存在指定名稱下的批註。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。 如果 |