DbContextAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
DbContext識別類別所屬的 。 例如,這個屬性是用來識別移轉套用到哪些內容。
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DbContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DbContextAttribute = class
inherit Attribute
Public NotInheritable Class DbContextAttribute
Inherits Attribute
- 繼承
-
DbContextAttribute
- 屬性
備註
如需詳細資訊和範例 ,請參閱使用 EF Cor 管理資料庫架構 。
建構函式
DbContextAttribute(Type) |
初始化 DbContextAttribute 類別的新執行個體。 |
屬性
ContextType |
取得相關聯的內容。 |