Freigeben über


CreateDatabaseIfNotExists<TContext>-Konstruktor

[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.]

Initialisiert eine neue Instanz der CreateDatabaseIfNotExists<TContext>-Klasse.

Namespace:  System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New CreateDatabaseIfNotExists()
public CreateDatabaseIfNotExists()
public:
CreateDatabaseIfNotExists()
new : unit -> CreateDatabaseIfNotExists
public function CreateDatabaseIfNotExists()

Hinweise

.

Siehe auch

Verweis

CreateDatabaseIfNotExists<TContext> Klasse

System.Data.Entity-Namespace