DbContextAttribute 類別

定義

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 管理資料庫架構

建構函式

名稱 Description
DbContextAttribute(Type)

初始化 DbContextAttribute 類別的新執行個體。

屬性

名稱 Description
ContextType

取得相關聯的內容。

適用於