SqlInstallationHelperCheckIfSchemaExist Method |
Check if DB schema exists.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool CheckIfSchemaExist(
string connectionString,
string dbSchema
)
Parameters
- connectionString
- Type: SystemString
Connection string - dbSchema
- Type: SystemString
Schema
Return Value
Type:
BooleanSee Also