共用方式為


DbConfiguration.LoadConfiguration 方法 (Type)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

嘗試探索及載入與給定 DbContext 相關聯的 DbConfiguration。 此方法是要由工具所使用,以確保正確的組態會載入應用程式定義域。 在存取 DependencyResolver 屬性之前,工具應該使用此方法。

命名空間:  System.Data.Entity
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Shared Sub LoadConfiguration ( _
    contextType As Type _
)
'用途
Dim contextType As Type 

DbConfiguration.LoadConfiguration(contextType)
public static void LoadConfiguration(
    Type contextType
)
public:
static void LoadConfiguration(
    Type^ contextType
)
static member LoadConfiguration : 
        contextType:Type -> unit
public static function LoadConfiguration(
    contextType : Type
)

參數

請參閱

參考

DbConfiguration 類別

LoadConfiguration 多載

System.Data.Entity 命名空間