Title here
Summary here
Checks if a database exists.
Type | Name | Description |
---|---|---|
string | databaseName |
Ćhecks if the database exists
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the server you want to connect. Make sure this points to a database that does exist (e.g. a system database) |
string | databaseName | The database name that you want to check for existence |
Type | Description |
---|---|
bool | True if the procedure exists |
Ćhecks if the database exists. Make sure that your default connection string points to the server itself and to an existing database. (E.g. a system database)
Type | Name | Description |
---|---|---|
string | databaseName | The database name that you want to check for existence |
Type | Description |
---|---|
bool | True if the database exists |