Freigeben über


Database.CreateIfNotExists-Methode

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

Erstellt eine neue Datenbank auf dem Datenbankserver für das im Unterstützungskontext definierte Modell, jedoch nur, wenn auf dem Server nicht bereits eine Datenbank mit dem gleichen Namen vorhanden ist.

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

Syntax

'Declaration
Public Function CreateIfNotExists As Boolean
'Usage
Dim instance As Database 
Dim returnValue As Boolean 

returnValue = instance.CreateIfNotExists()
public bool CreateIfNotExists()
public:
bool CreateIfNotExists()
member CreateIfNotExists : unit -> bool
public function CreateIfNotExists() : boolean

Rückgabewert

Typ: System.Boolean
TRUE, wenn die Datenbank nicht vorhanden war und erstellt wurde, andernfalls FALSE.

Siehe auch

Verweis

Database Klasse

System.Data.Entity-Namespace