C# Class DotNetWorkQueue.Transport.SQLite.Basic.DatabaseExists

Determines if a specified database exists
The database could be on the file system or in memory
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( string connectionString ) : bool

Returns true if the specified database exists

Method Details

Exists() public static méthode

Returns true if the specified database exists
public static Exists ( string connectionString ) : bool
connectionString string
Résultat bool