Click or drag to resize
SqlInstallationHelper.CheckIfSchemaExist Method
Check if DB schema exists.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool CheckIfSchemaExist(
	string connectionString,
	string dbSchema
)

Parameters

connectionString
Type: System.String
Connection string
dbSchema
Type: System.String
Schema

Return Value

Type: Boolean
See Also