Click or drag to resize
ITableManagerCreateTable Method (String, String)
Creates specified table in database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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