Click or drag to resize
TableManagerCreateTableByDefinition Method (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
)

Parameters

tableName
Type: SystemString
Table name
definition
Type: SystemString
Schema based on the form definition
See Also