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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void CreateTable(
	string tableName,
	string primaryKeyName
)

Parameters

tableName
Type: SystemString
Table name to create
primaryKeyName
Type: SystemString
Primary key of table to create

Implements

ITableManagerCreateTable(String, String)
See Also