DatabaseHelperDatabaseExists Method |
Checks if the specified database exists, returns true if database exists.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool DatabaseExists(
string connectionString
)
Parameters
- connectionString
- Type: SystemString
Connection string to the database
Return Value
Type:
BooleanSee Also