Creates a new table with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
Parameters
- name
- Type:
System String
The name of the table to create.
- columnsInfo
- Type:
System Object
An array that specifies the columns in the table (SColumnInfo).
Return Value
The created table.Remarks
See Also