DbConfigurationTypeAttribute 建構函式 (Type)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
表示此應用程式應該使用 DbConfiguration 的給定子類別當做以程式碼為基礎的組態。
命名空間: System.Data.Entity
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Sub New ( _
configurationType As Type _
)
'用途
Dim configurationType As Type
Dim instance As New DbConfigurationTypeAttribute(configurationType)
public DbConfigurationTypeAttribute(
Type configurationType
)
public:
DbConfigurationTypeAttribute(
Type^ configurationType
)
new :
configurationType:Type -> DbConfigurationTypeAttribute
public function DbConfigurationTypeAttribute(
configurationType : Type
)
參數
- configurationType
類型:System.Type
要使用的 DbConfiguration 類型。
請參閱
參考
DbConfigurationTypeAttribute 類別