DatabaseSeparationHelperCheckCMDatabase Method |
Checks if database is installed with contact management tables.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool CheckCMDatabase(
string connectionString
)
Parameters
- connectionString
- Type: SystemString
Connection string to database
Return Value
Type:
BooleanReturns true if database contains contact management tables
See Also