Click or drag to resize
SqlInstallationHelperChangeDefaultSchema Method
Changes the database schema to the given schema

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool ChangeDefaultSchema(
	IDataConnection conn,
	string newSchema,
	SqlInstallationHelperLogMessage log
)

Parameters

conn
Type: CMS.DataEngineIDataConnection
Connection
newSchema
Type: SystemString
New schema
log
Type: CMS.DataEngineSqlInstallationHelperLogMessage
Log

Return Value

Type: Boolean
See Also