| ClassStructureInfo Constructor (String, String, String) | 
            Constructor.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic 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