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