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

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

Public Methods

Method Description
Exists ( string connectionString ) : bool

Returns true if the specified database exists

Method Details

Exists() public static method

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