BCSMetadata NewTable Method (String,  Object )Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Creates a new table with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public BCSTable NewTable(
	string name,
	Object[,] columnsInfo
)

Parameters

name
Type: OnlineSystem String
The name of the table to create.
columnsInfo
Type:  OnlineSystem Object 
An array that specifies the columns in the table (SColumnInfo).

Return Value

The created table.
Remarks

More info: - ADO API Reference http://msdn.microsoft.com/en-us/library/ms678086(VS.85).aspx
See Also