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