Click or drag to resize
SqlHelperGetDBSchema Method
Returns DB object scheme from settings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetDBSchema(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site from which the setting is returned

Return Value

Type: String
See Also