Click or drag to resize
DatabaseHelperDatabaseExists Method
Checks if the specified database exists, returns true if database exists.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool DatabaseExists(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string to the database

Return Value

Type: Boolean
See Also