Click or drag to resize
SqlInstallationHelperEnsureDefaultSchema Method
Ensures the default schema for current user

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void EnsureDefaultSchema(
	IDataConnection conn
)

Parameters

conn
Type: CMS.DataEngineIDataConnection
Connection
See Also