Freigeben über


Database.Exists-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.]

Überprüft, ob die Datenbank auf dem Server vorhanden ist.

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

Syntax

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

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

Rückgabewert

Typ: System.Boolean
TRUE, wenn die Datenbank vorhanden ist, andernfalls FALSE.

Siehe auch

Verweis

Database Klasse

Exists-Überladung

System.Data.Entity-Namespace