Method DatabaseExists
DatabaseExists(string)
Tests whether a database exists.
public virtual bool DatabaseExists(string databaseName)
Parameters
databaseNamestringThe name of the database.
Returns
- bool
True if the database exists.
Tests whether a database exists.
public virtual bool DatabaseExists(string databaseName)
databaseName stringThe name of the database.
True if the database exists.