Click or drag to resize
TableManagerCreateTableByDefinition Method (String, String, String)
Creates a new database table based on the provided Schema.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void CreateTableByDefinition(
	string tableName,
	string definition,
	out string columns
)

Parameters

tableName
Type: SystemString
Table name
definition
Type: SystemString
Form definition
columns
Type: SystemString
List of columns except for primary key(s)
See Also