| TableManagerCreateTable Method (String, String) | 
            Creates specified table in database.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic void CreateTable(
	string tableName,
	string primaryKeyName
)
Parameters
- tableName
 - Type: SystemString
Table name to create - primaryKeyName
 - Type: SystemString
Primary key of table to create 
See Also