DbConfiguration.LoadConfiguration-Methode (Type)
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Versucht, die DbConfiguration für den gegebenen DbContext zu finden und zu laden. Diese Methode sollte von Tools verwendet werden, um sicherzustellen, dass die korrekte Konfiguration in die Anwendungsdomäne geladen wird. Die Tools sollten diese Methode verwenden, bevor auf die DependencyResolver-Eigenschaft zugegriffen wird.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Shared Sub LoadConfiguration ( _
contextType As Type _
)
'Usage
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
)
Parameter
- contextType
Typ: System.Type
Ein DbContext-Typ, der für die Konfigurationssuche verwendet werden soll.