TableManagerCreateTableByDefinition Method (String, String, String) |
Creates a new database table based on the provided Schema.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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