TableManagerCreateTableByDefinition Method (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
)
Parameters
- tableName
- Type: SystemString
Table name - definition
- Type: SystemString
Schema based on the form definition
See Also