Click or drag to resize
SqlGeneratorGenerateDefaultView Method
Ensures view creation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void GenerateDefaultView(
	DataClassInfo dci,
	string siteName
)

Parameters

dci
Type: CMS.DataEngineDataClassInfo
Data class info
siteName
Type: SystemString
CodeName of the site
See Also