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

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

Parameters

className
Type: System.String
Class name
xmlSchema
Type: System.String
Class XML schema
tableName
Type: System.String
Table name
See Also