Click or drag to resize
ClassStructureInfo Constructor (String, String, String)
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ClassStructureInfo(
	string className,
	string xmlSchema,
	string tableName
)

Parameters

className
Type: SystemString
Class name
xmlSchema
Type: SystemString
Class XML schema
tableName
Type: SystemString
Table name
See Also